getNumberOfCells {CancerInSilico}R Documentation

get number of cells in the model at a given time

Description

get number of cells in the model at a given time

Usage

getNumberOfCells(model, time)

## S4 method for signature 'OffLatticeModel'
getNumberOfCells(model, time)

Arguments

model

cell model object

time

hour of the model to query

Value

number of cells

Examples

data(SampleModels)
getNumberOfCells(modDefault, modDefault@runTime)

[Package CancerInSilico version 2.10.0 Index]