R/multivariate.R
calc_norm.Rd
Returns the square root of the sum of squares of a vector
calc_norm(x)
numeric vector
numeric value
x <- rnorm(5) calc_norm(x) #> [1] 2.067839