nComp {tofsims} | R Documentation |
generic accessor method for slot nComp
PCA accessor nComp
, number of component
nComp(object) ## S4 method for signature 'PCA' nComp(object)
object |
object of class PCA |
contents of nComp slot
nuemric number of components
library(tofsimsData) data(tofsimsData) testImage<-PCAnalysis(testImage,4) nComp(analysis(testImage,1))