View source: R/linear-spherical-spline.R
Normalize | R Documentation |
This function normalizes the rows of the input matrix x by dividing each row by its L2 norm (Euclidean norm).
Normalize(x)
x |
Numeric matrix. |
Numeric matrix with normalized rows.
Normalize(matrix(c(1,2,3,4,5,6), nrow = 2, byrow = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.