| ggcorplot {rsvd} | R Documentation |
rpca using ggplot.Creates a pretty plot which is showing the correlation of the original variable with the principal component (PCs).
ggcorplot(rpcaObj, pcs = c(1, 2), loadings = TRUE, var_labels = FALSE, var_labels.names = NULL, alpha = 1, top.n = NULL)
rpcaObj |
Object returned by the |
pcs |
Array_like. |
loadings |
Bool (TRUE, FALSE), optional. |
var_labels |
Bool (TRUE, FALSE), optional. |
var_labels.names |
Array_like, optional. |
alpha |
Scalar, optional. |
top.n |
Scalar, optional. |
................. |
. |
N. Benjamin Erichson, erichson@uw.edu
#