powered by
Compute the mid-point positions of a one-dimensional regular grid of n equal intervals.
midseq(min, max, n = 1)
vector of mid points
left boundary of first bin
right boundary of last bin
number of bins
Danail Obreschkow