Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pca.scoreplot

Score plot for Principal Components (objects of class 'Pca')


Description

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

Usage

pca.scoreplot(obj, i=1, j=2, main, id.n=0, ...)

Arguments

obj

an object of class (derived from) "Pca".

i

First score coordinate, defaults to i=1.

j

Second score coordinate, defaults to j=2.

main

The main title of the plot.

id.n

Number of observations to identify by a label. Defaults to id.n=0.

...

optional arguments to be passed to the internal graphical functions.

Author(s)

See Also

Examples

require(graphics)

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

rrcov

Scalable Robust Estimators with High Breakdown Point

v1.5-5
GPL (>= 2)
Authors
Valentin Todorov [aut, cre] (<https://orcid.org/0000-0003-4215-0245>)
Initial release
2020-07-31

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.