How to remove top and right margins of histogram plot

I have created a histogram plot using the following commands:

library(openintro)
library(lattice)
histogram(ageAtMar$age)


But I want to remove the top and right margins of this plot. Is there any way to do this?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.