normalize | R Documentation |
Standardization of a vector to be 0 mean and unit variance
normalize(x)
x |
a numeric vector of input data |
a numeric vector of standardized output data
x <- rnorm(10, 2, 5); y <- normalize(x);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.