I have created a histogram plot using the following commands:
library(openintro) library(lattice) histogram(ageAtMar$age) image1344×960 8.79 KB But I want to remove the top and right margins of this plot. Is there any way to do this?
library(openintro) library(lattice) histogram(ageAtMar$age)
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.