CtrlCondName,tpcaResult-method {Rtpca}R Documentation

Extract CtrlCondName

Description

Extract CtrlCondName

Usage

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

Arguments

object

and object of class tpcaResult

Value

a character string describing the control condition

Examples

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

[Package Rtpca version 1.3.0 Index]