Functions for calculating scales and locations to analyze
get.nscales(x)get.min.scale(x)
get.max.scale(x)
log2Bins(min, max, nbins)
regularize(x, nsteps = length(as.vector(unlist(x))))
a vector of values
smallest value in sequence
largest value in sequence
how many intervals
length of returned sequence
get.nscales: length of x unlisted and as.vectorized.
get.min.scale: twice the median distance between successive values of x
get.max.scale: 1/2 the maximum distance between values in x
log2Bins: a sequence of values on a log2 scale
regularize: a regular sequence of values