Description Usage Arguments Examples
View source: R/scale_zero_one.R
With a numeric vector scale between zero and one.
1 | scale_zero_one(vec)
|
vec |
a numeric vector |
1 2 3 4 5 6 | vec = rnorm(1000)
zero_one = scale_zero_one(vec)
range(vec)
range(zero_one)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.