create Break Points
Divides the range equally across the number of bins.
Return
the break points
Parameters
lower Limit
lower limit of first bin, cannot be negative infinity
upper Limit
the upper limit of the last bin, cannot be positive infinity
num Bins
the number of bins to create, must be greater than zero
Return
the constructed break points
Parameters
num Bins
the number of bins to make, must be greater than 0
lower Limit
the lower limit of the first bin, cannot be negative infinity
width
the width of each bin, must be greater than 0