Displaying 1 result from an estimated 1 matches for "number_of_bins_and_width".
2009 May 12
1
how the break is calculated by R?
Hi all:
As to hist,the help file says:" R's default with equi-spaced breaks (also the default) is to plot the counts in the cells defined by breaks."
I wanna know how the break is calculated by R?
In other words: break = (max - min)/(number of group) but how the "number of group" is calculated by R? Thanks!