View source: R/linear-spherical-spline.R
norm2 | R Documentation |
This function computes the L2 norm (Euclidean norm) of the input vector u.
norm2(u)
u |
Numeric vector. |
Numeric value representing the L2 norm of u.
norm2(c(1,2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.