calc_norm | R Documentation |
Returns the square root of the sum of squares of a vector
calc_norm(x)
x |
numeric vector |
numeric value
x <- rnorm(5)
calc_norm(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.