fnormalise | R Documentation |
This function normalizes a numeric vector so that its values are scaled to lie within the 0 to 1 range. If all elements in the vector are identical, the function returns a vector of ones.
fnormalise(x)
x |
A numeric vector to be normalized. |
A numeric vector with values scaled between 0 and 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.