Usage Arguments Details Examples
1 | minmax.scale(x)
|
x |
the variable to scale |
returns a variable scaled to between 0 and 1
1 2 3 | set.seed(204)
x<-rpois(30, 10)
minmax.scale(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.