getNumberOfCells {CancerInSilico} | R Documentation |
get number of cells in the model at a given time
getNumberOfCells(model, time) ## S4 method for signature 'OffLatticeModel' getNumberOfCells(model, time)
model |
cell model object |
time |
hour of the model to query |
number of cells
data(SampleModels) getNumberOfCells(modDefault, modDefault@runTime)