nComp {tofsims}R Documentation

generic accessor method for slot nComp

Description

generic accessor method for slot nComp

PCA accessor nComp, number of component

Usage

nComp(object)

## S4 method for signature 'PCA'
nComp(object)

Arguments

object

object of class PCA

Value

contents of nComp slot

nuemric number of components

Examples

library(tofsimsData) 
data(tofsimsData)
testImage<-PCAnalysis(testImage,4)
nComp(analysis(testImage,1))

[Package tofsims version 1.8.0 Index]