powered by
PCA accessor pcaLoadings, loading matrix
pcaLoadings
pcaLoadings(object, comps = c(1, 2))## S3 method for class 'PCA,missing': pcaLoadings(object)## S3 method for class 'PCA,numeric': pcaLoadings(object, comps = c(1, 2))
## S3 method for class 'PCA,missing': pcaLoadings(object)
## S3 method for class 'PCA,numeric': pcaLoadings(object, comps = c(1, 2))
matrix numeric with loadings
vector or matrix numeric with loadings according comps
library(tofsimsData) data(tofsimsData) testImage<-PCAnalysis(testImage,4) plot(pcaLoadings(analysis(testImage,1), comps = c(1,2)))
Run the code above in your browser using DataLab