Description Usage Arguments Value
Functions for calculating scales and locations to analyze
1 2 3 4 5 6 7 8 9 | get.nscales(x)
get.min.scale(x)
get.max.scale(x)
log2Bins(min, max, nbins)
regularize(x, nsteps = length(as.vector(unlist(x))))
|
x |
a vector of values |
min |
smallest value in sequence |
max |
largest value in sequence |
nbins |
how many intervals |
nsteps |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.