Description Usage Arguments Value Examples
Load cell number
1 2 3 4 | cellNumLoad(object, object.cellnum)
## S4 method for signature 'cellData,cellData'
cellNumLoad(object, object.cellnum)
|
object |
a cellData object |
object.cellnum |
a cellData object for cell numbers |
a cellData
object, with initialized slot cellNum
1 2 3 4 | data(demoCell)
data(demoCellNum)
oneCell <- cellNumLoad(oneCell, oneCellNum)
str(oneCell["cellNum"])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.