removeTwoNormCol | R Documentation |
Remove two-norms column-wise from a matrix
removeTwoNormCol(df)
df |
Matrix of loadings |
Matrix of loadings where the column-wise 2-norm is 1.
A = array(rnorm(108*4), c(108,4))
Anorm = removeTwoNormCol(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.