ggindplot {rsvd} | R Documentation |
rpca
using ggplot
.Creates a pretty plot which is showing the individual factor map, i.e, plotting the principal component scores.
ggindplot(
rpcaObj,
pcs = c(1, 2),
groups = NULL,
alpha = 0.6,
ellipse = TRUE,
alpha.ellipse = 0.2,
ind_labels = TRUE,
ind_labels.names = NULL
)
rpcaObj |
Object returned by the |
pcs |
Array_like. |
groups |
Factor, optional. |
alpha |
Scalar, optional. |
ellipse |
Bool ( |
alpha.ellipse |
Scalar, optional. |
ind_labels |
Bool ( |
ind_labels.names |
Array_like, optional. |
N. Benjamin Erichson, erichson@berkeley.edu
#See ?rpca