Description Usage Arguments Details Value
newscale(vector, newmin = 0, newmax = 1)
1 |
|
is the original data vector |
|
is the lowest value of the new scale |
|
is the highest value of the new scale |
A simple conversion tool, the default values will normalize a vector of numerical values to range from zero to one. Providing alternative minimum and maximum values will have the scaled vector range between these two values.
the newly scaled vector is returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.