getDensity {CancerInSilico}R Documentation

get density of the cell population at a given time

Description

get density of the cell population at a given time

Usage

getDensity(model, time)

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

Arguments

model

cell model object

time

hour of the model to query

Value

density

Examples

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

[Package CancerInSilico version 2.0.0 Index]