getCellMigSlot {cellmigRation} | R Documentation |
Get Data from a slot in a CellMig
object.
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
data("TrajectoryDataset") x <- CellMig(TrajectoryDataset) getCellMigSlot(x, "trajdata")