Skip to content
Prev 74825 / 398502 Next

R: histograms and ylim

hi all

a very simple question once again!!!

can we change the "y" range in a histogram?


e.g.
x=rnorm(1000)
hist(x,ylim=0.5,prob=T)	#this does not work


any suggestions???