powered by
Pca-class
## S3 method for class 'Pca': scorePlot(x, i=1, j=2, \dots)
"Pca"
i=1
j=2
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