getTSStagData {TSRchitect}R Documentation

getTSStagData

Description

an accessor function that retrieves the contents of a specified slot "tssTagData" from a given tssObject

Usage

getTSStagData(experimentName, slot)

## S4 method for signature 'tssObject,numeric'
getTSStagData(experimentName, slot)

Arguments

experimentName

an S4 object of class tssObject

slot

'numeric' a number corresponding to the slot in "tssTagData" to be retrieved.

Value

the contents of the specified slot "tssTagData" are returned

Examples

load(system.file("extdata", "tssObjectExample.RData",
package="TSRchitect"))
example.tssTagData <- getTSStagData(experimentName=tssObjectExample, slot=1)
example.tssTagData


[Package TSRchitect version 1.18.0 Index]