View source: R/Angle_Calculation.R
angle_cal | R Documentation |
Function that calculates principal angles between column spaces of two matrices
angle_cal(X, Y)
X |
The first matrix |
Y |
The second matrix |
A list that contains the following:
angle |
A vector of principal angles with increasing order |
cos_angle |
A vector of cosine principal angles |
principal_vector1 |
Principal vectors of matrix |
principal_vector2 |
Principal vectors of matrix |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.