Description Usage Arguments Examples
Variable min-max scaling.
1 | minMaxScale(vec)
|
vec |
vector of numbers to scale |
1 2 3 4 5 | set.seed(1234)
d <- runif(20,1,10)
minMaxScale(d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.