SetDistMethod-tpcaResult-method: Set distMethod

SetDistMethod,tpcaResult-methodR 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")

nkurzaw/Rtpca documentation built on May 12, 2023, 2:10 p.m.