SetContrastCondName,tpcaResult-method {Rtpca}R Documentation

Set ContrastCondName

Description

Set ContrastCondName

Usage

## S4 method for signature 'tpcaResult'
SetContrastCondName(object, name)

Arguments

object

an object of class tpcaResult

name

a character string describing the contrast condition

Value

an object of class tpcaResult

Examples

tpcaObj <- new("tpcaResult")
SetContrastCondName(tpcaObj, "DMSO")

[Package Rtpca version 1.0.0 Index]