plot.PCA: Plotting method for PCA

Description Usage Arguments Author(s)

Description

Plot a fitted PCA object

Usage

1
2
3
## S3 method for class 'PCA'
plot(x, y, ..., main = "Beta from PCA regression",
  separate = TRUE)

Arguments

x

a PCA object created by PCA

y

not used

main

a main title for the plot

separate

if TRUE plot of same, and if FALSE plot separately

...

passthrough parameters to plot.

Author(s)

Thomas Fillebeen


GARPFRM documentation built on May 2, 2019, 5:45 p.m.

Related to plot.PCA in GARPFRM...