Learn R Programming

provenance (version 0.1)

plot.PCA: Compositional biplot

Description

Plot the results of a principal components analysis as a biplot

Usage

## S3 method for class 'PCA':
plot(x, ...)

Arguments

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

Examples

Run this code
fname <- system.file("Major.csv",package="provenance")
Major <- read.HMdata(fname)
plot(getPCA(Major))

Run the code above in your browser using DataLab