setCellMigSlot {cellmigRation} | R Documentation |
Set Data of a slot in a CellMig
object.
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
data("TrajectoryDataset") x <- CellMig(TrajectoryDataset) setCellMigSlot(x, "cellpos", c(1, 2, 3))