Skip to content

weird breaks in hist (PR#2431)

1 message · reinhold.koch@unibas.ch

#
Thanks for the details of this feature,

I wanted all values been treated equally. I now achieved this through

hist(1:4, br=0:4,include.lowest=F)

quote:
In the help pages I could not find this; the default bin number
algorithm nclass.Sturges gives for 1:3 3 bins as a result, but hist(1:3)
draws 4.