ggindplot {rsvd} | R Documentation |
Individual factor map for rpca
using ggplot
.
Description
Creates a pretty plot which is showing the individual factor map, i.e, plotting the principal component scores.
Usage
ggindplot(
rpcaObj,
pcs = c(1, 2),
groups = NULL,
alpha = 0.6,
ellipse = TRUE,
alpha.ellipse = 0.2,
ind_labels = TRUE,
ind_labels.names = NULL
)
Arguments
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. |
Author(s)
N. Benjamin Erichson, erichson@berkeley.edu
See Also
Examples
#See ?rpca
[Package rsvd version 1.0.5 Index]