rotate_pca | R Documentation |
Rotate lower-triangle loadings matrix to order factors from largest to smallest variance.
rotate_pca(
L_tf,
x_sf = matrix(0, nrow = 0, ncol = ncol(L_tf)),
order = c("none", "increasing", "decreasing")
)
L_tf |
Loadings matrix with dimension |
x_sf |
Spatial response with dimensions |
order |
Options for resolving label-switching via reflecting
each factor to achieve a given order across dimension |
List containing the rotated loadings L_tf
,
the inverse-rotated response matrix x_sf
,
and the rotation H
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.