View source: R/1.1b.f.occ.thin.R
rescale | R Documentation |
Re-scale a variable to a desired range.
rescale(x, x.min = NULL, x.max = NULL, new.min = 0, new.max = 1)
x |
vector of values |
x.min |
minimum values to be considered |
x.max |
maximu values to be considered |
new.min |
new minimum values |
new.max |
new maximum values |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.