Skip to content
Prev 77857 / 398502 Next

histogram - one bin for all values larger than a certain value

Le 26.09.2005 16:15, Sundar Dorai-Raj a ??crit :
Maybe also take a look at the right argument.
I think this is closer to what Florian wanted in the first place :

R> hist(x, breaks = c(0:10, 40), right=FALSE)


Romain