SetDistMethod,tpcaResult-method {Rtpca}R Documentation

Set distMethod

Description

Set distMethod

Usage

## S4 method for signature 'tpcaResult'
SetDistMethod(object, method)

Arguments

object

an object of class tpcaResult

method

character string of dist method

Value

an object of class tpcaResult

Examples

tpcaObj <- new("tpcaResult")
SetDistMethod(tpcaObj, "euclidean")

[Package Rtpca version 1.4.0 Index]