Creates a set of breaks and absolute frequencies in the range from 'from' to 'to'. The class widths are
sampled from widths. The resulting numbers could be multiplied with an integer, if the sum(n) is too small.
Additionally, it is checked whether the generated densities are terminating decimals.
Usage
histwidth(from, to, widths, dmax = 100)
width_breaks(from, to, widths, dmax = 100)
dhistwidth(from, to, widths, dmax = 100)
Value
A list with breaks, n's for each class and decimal if all densities are terminating decimals.