Description Usage Arguments Value Examples
Set Data of a slot in a CellMig
object.
1 2 3 4 | setCellMigSlot(x, slot, value)
## S4 method for signature 'CellMig,character'
setCellMigSlot(x, slot, value)
|
x |
a |
slot |
string pointing to the slot to be updated |
value |
ANY value to be written |
a CellMig object
1 2 3 | data("TrajectoryDataset")
x <- CellMig(TrajectoryDataset)
setCellMigSlot(x, "cellpos", c(1, 2, 3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.