getTitle {TSRchitect} | R Documentation |
an accessor function that retrieves the contents of slot "title" from a given tssObject
getTitle(experimentName) ## S4 method for signature 'tssObject' getTitle(experimentName)
experimentName |
n S4 object of class tssObject |
the contents of slot "title" are returned, which are of class "character"
load(system.file("extdata", "tssObjectExample.RData", package="TSRchitect")) example.title <- getTitle(experimentName=tssObjectExample) example.title