ggcorplot {rsvd} | R Documentation |
Variables factor map for rpca
using ggplot
.
Description
Creates a pretty plot which is showing the correlation of the original variable with the principal component (PCs).
Usage
ggcorplot(
rpcaObj,
pcs = c(1, 2),
loadings = TRUE,
var_labels = FALSE,
var_labels.names = NULL,
alpha = 1,
top.n = NULL
)
Arguments
rpcaObj |
Object returned by the |
pcs |
Array_like. |
loadings |
Bool ( |
var_labels |
Bool ( |
var_labels.names |
Array_like, optional. |
alpha |
Scalar, optional. |
top.n |
Scalar, optional. |
Author(s)
N. Benjamin Erichson, erichson@berkeley.edu
See Also
Examples
#
[Package rsvd version 1.0.5 Index]