setTrackingStats {cellmigRation} | R Documentation |
Set Tracking Statistics of a trackedCells
object.
setTrackingStats(x, population, cells) ## S4 method for signature 'trackedCells' setTrackingStats(x, population, cells)
x |
a |
population |
population-level statistics |
cells |
cell-level statistics |
a trackedCells object
data("TrackCellsDataset") cel.sts <- getCellsStats(TrackCellsDataset) pop.sts <- getPopulationStats(TrackCellsDataset) setTrackingStats(TrackCellsDataset, pop.sts, cel.sts)