norm_vec | R Documentation |
The norm function for vector
norm_vec(x)
norm_vec_sq(x)
x |
numeric vector |
The squared root of sum of squared elements of the vector x or Euclid length of the vector x
The squared Euclid norm or the sum of squared elements of the vector x
norm_vec_sq()
: The squared norm or the sum of squared elements of the vector x
NULL
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.