Histogram bin edges matching numpy.histogram_bin_edges
Arguments
- x
Numeric data.
- bins
A rule name (
"auto","fd","sturges","scott","rice","sqrt","doane"), an integer bin count, or an explicit numeric vector of edges.- binrange
Optional
c(min, max)overriding the data extremes.- binwidth
Optional explicit bin width (overrides
bins).- discrete
If
TRUE, place bins on integer centers.
