powered by
Produces a score plot from an object (derived from) Pca-class.
Pca-class
# S4 method for Pca scorePlot(x, i=1, j=2, ...)
Pca-class, PcaClassic, PcaRobust-class.
PcaClassic
PcaRobust-class
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