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