Description Usage Arguments Value Examples
Get Data from a slot in a CellMig
object.
1 2 3 4 | getCellMigSlot(x, slot)
## S4 method for signature 'CellMig,character'
getCellMigSlot(x, slot)
|
x |
a |
slot |
string pointing to the slot to be retrieved |
a slot from a CellMig object
1 2 3 | data("TrajectoryDataset")
x <- CellMig(TrajectoryDataset)
getCellMigSlot(x, "trajdata")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.