getTitle {TSRchitect}R Documentation

getTitle

Description

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

Usage

getTitle(experimentName)

## S4 method for signature 'tssObject'
getTitle(experimentName)

Arguments

experimentName

n S4 object of class tssObject

Value

the contents of slot "title" are returned, which are of class "character"

Examples

load(system.file("extdata", "tssObjectExample.RData",
package="TSRchitect"))
example.title <- getTitle(experimentName=tssObjectExample)
example.title


[Package TSRchitect version 1.10.0 Index]