Skip to content
Prev 140037 / 398502 Next

hist function+label second y-axis

canadiangirl19 wrote:
Maybe you want to use "plot" with type="h"
First thing is that the second y-axis is numbered 4. Second is that you 
will probably have to leave a bit more space with

par(mar=c(5,4,4,4))

in order to fit your axis label.

Jim