DistMethod,tpcaResult-method {Rtpca}R Documentation

Extract DistMethod

Description

Extract DistMethod

Usage

## S4 method for signature 'tpcaResult'
DistMethod(object)

Arguments

object

and object of class tpcaResult

Value

a character string of the dist method

Examples

tpcaObj <- new("tpcaResult")
DistMethod(tpcaObj)

[Package Rtpca version 1.3.0 Index]