ggscreeplot {rsvd} | R Documentation |
Pretty Screeplot
Description
Creates a pretty screeplpot using ggplot
. By default the explained variance is plotted
agaings the number of the principal component.
Alternatively the explained variance ratio, the cumulative
explained variance ratio, or the eigenvalues can be plotted.
Usage
ggscreeplot(rpcaObj, type = c("var", "ratio", "cum", "eigenvals"))
Arguments
rpcaObj |
Object returned by the |
type |
String c('var', 'ratio', 'cum', 'eigenvals'), optional. |
Author(s)
N. Benjamin Erichson, erichson@berkeley.edu
See Also
Examples
#
[Package rsvd version 1.0.5 Index]