rescaling | R Documentation |
Rescale numeric vector to have a specified range
rescaling(x, from = 0, to = 1)
x |
a numeric vector |
from |
lowest value |
to |
highest value |
a rescaled numeric vector
rescaling01
rescaling( 1:5, from = 0, to = 10 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.