Since hist()
of the base R does not report percentages (and the freq=FALSE) does not help either, I turned to lattice
.
histogram(rnorm(10000))
Please help me with the following:
- How can I get rid of the box arround the plot?
- How can I seperately define the cex of the x/y labels and x/y axis?
- How can I provide custom names to x and y axis?