View source: R/linear-algebra.r
orthonormalise_by | R Documentation |
This ensures that each column in x is orthogonal to the corresponding column in by.
orthonormalise_by(x, by)
x |
numeric matrix |
by |
numeric matrix, same size as x |
orthonormal numeric matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.