Individual factor map for 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 (TRUE, FALSE), optional. |
alpha.ellipse |
Scalar, optional. |
ind_labels |
Bool (TRUE, FALSE), optional. |
ind_labels.names |
Array_like, optional. |
N. Benjamin Erichson, erichson@berkeley.edu
#See ?rpca
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.