Learn R Programming

rrcov (version 1.7-7)

scorePlot-methods: Score plot for Principal Components (objects of class 'Pca')

Description

Produces a score plot from an object (derived from) Pca-class.

Usage

# S4 method for Pca
scorePlot(x, i=1, j=2, ...)

Arguments

See Also

Pca-class, PcaClassic, PcaRobust-class.

Examples

Run this code
require(graphics)

## PCA of the Hawkins Bradu Kass's Artificial Data
##  using all 4 variables
data(hbk)
pca <- PcaHubert(hbk)
pca

scorePlot(pca)

Run the code above in your browser using DataLab