setTrackedPositions {cellmigRation} | R Documentation |
Set positions of a trackedCells
object.
setTrackedPositions(x, positions) ## S4 method for signature 'trackedCells,data.frame' setTrackedPositions(x, positions)
x |
a |
positions |
a data.frame including all positions |
a trackedCells object
data("TrackCellsDataset") setTrackedPositions(TrackCellsDataset, data.frame())