vec.scale | R Documentation |
Like scale() but returns a vector and is faster.
vec.scale(x)
x |
Numeric vector to standardize. |
Scaled numeric vector with mean of 0 and standard deviation of 1.
Sercan Kahveci
vec.scale(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.