normalize.uv | R Documentation |
Rotate U and V using either QR or SVD decompositions. The QR methods rotate U and V in such a way to obtain an orthogonal U and a lower triangular V. The SVD method rotate U and V in such a way to obtain an orthogonal U and a scaled orthogonal V.
normalize.uv(U, V, method = c("qr", "svd"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.