View source: R/spectralUtils.R
unHistogram | R Documentation |
If vec
represents a set of binned counts of incrementing values (ascending)
return a vector of associated bin values with the proper count of each value. Intended
for internal use.
unHistogram(vec, startVal, incr)
vec |
a histogram vector or ordered set of binned counts |
startVal |
the initial value of the first bin element |
incr |
the increment rate of each subsequent bin value |
A vector of bin values with appropriate counts of each.
Rob Casey rob@iris.washington.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.