Description Usage Arguments Value Examples
an accessor function that retrieves the contents of slot "title" from a given tssObject
| 1 2 3 4 | 
| experimentName | n S4 object of class tssObject | 
the contents of slot "title" are returned, which are of class "character"
| 1 2 3 4 | load(system.file("extdata", "tssObjectExample.RData",
package="TSRchitect"))
example.title <- getTitle(experimentName=tssObjectExample)
example.title
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.