Learn R Programming

provenance (version 1.5)

plot.PCA: Compositional biplot

Description

Plot the results of a principal components analysis as a biplot

Usage

"plot"(x, ...)

Arguments

x
an object of class PCA
...
optional arguments of the biplot function

See Also

PCA

Examples

Run this code
data(Namib)
plot(PCA(Namib$Major))

Run the code above in your browser using DataLab