plot.rpca: Screeplot

Description Usage Arguments See Also Examples

View source: R/plots.R

Description

Creates a screeplot, variables and individual factor maps to summarize the results of the rpca function.

Usage

1
2
## S3 method for class 'rpca'
plot(x, ...)

Arguments

x

Object returned by the rpca function.

...

Additional arguments passed to the individual plot functions (see below).

See Also

ggscreeplot, ggcorplot , ggindplot

Examples

1
#

rsvd documentation built on April 16, 2021, 9:06 a.m.

Related to plot.rpca in rsvd...