normalize | R Documentation |
Normalizes a vector of values to a range of 0-1 x - min(x)) / (max(x) - min(x)
normalize(x)
x |
Vector of values |
Normalized vector of values
## Not run: normalize(x) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.