Description Usage Arguments Examples
Range scaling 0 to 1
1
range01(x, ...)
x
numeric vector
1 2 3
x <- c(0, 4, 7, 9, 10) range01(x) range01(x) * 100 # Standardization 0 to 100
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.