Description Usage Arguments Details Value Author(s) Examples
Retrieves the section names from a beadLevelData
object.
1 | sectionNames(object, arrays=NULL)
|
object |
Object of class |
arrays |
integer (scalar or vector) specifying the sections/arrays to retrieve the names of. When |
sectionNames
retrieves the name of the sections from the sectionInfo slot.
A character vector containing the names of the individual sections.
Mark Dunning
1 2 3 4 5 6 7 | if(require(beadarrayExampleData)){
data(exampleBLData)
sectionNames(exampleBLData)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.