norm_vec | R Documentation |
Returns the normalised vector, where the sum of squares is equal to 1
norm_vec(x)
x |
numeric vector |
numeric vector
x <- rnorm(5)
norm_vec(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.