SetDistMethod,tpcaResult-method {Rtpca} | R Documentation |
Set distMethod
## S4 method for signature 'tpcaResult' SetDistMethod(object, method)
object |
an object of class tpcaResult |
method |
character string of dist method |
an object of class tpcaResult
tpcaObj <- new("tpcaResult") SetDistMethod(tpcaObj, "euclidean")