SetSummaryMethod,tpcaResult-method {Rtpca} | R Documentation |
Set summaryMethod
## S4 method for signature 'tpcaResult' SetSummaryMethod(object, method)
object |
an object of class tpcaResult |
method |
character string of summary method |
an object of class tpcaResult
tpcaObj <- new("tpcaResult") SetSummaryMethod(tpcaObj, "median")