powered by
Internal function that takes a vector of breaks and calculates midpoints of subsequent unique breaks.
midpoints(breaks)
Numeric vector of cut points or a single number specifying the number of intervals desired.
Vector of the same length as x minus 1 with midpoints of breaks.