getLocalDensity-methods: get neighborhood density around a cell at a given time

Description Usage Arguments Value Examples

Description

get neighborhood density around a cell at a given time

Usage

1
2
3
4
getLocalDensity(model, time, cell, radius)

## S4 method for signature 'OffLatticeModel'
getLocalDensity(model, time, cell, radius)

Arguments

model

cell model object

time

hour of the model to query

cell

id of cell to query

radius

distance to search for neighboring cells

Value

density

Examples

1
2
data(SampleModels)
getLocalDensity(modDefault, modDefault@runTime, 1, 3.3)

CancerInSilico documentation built on Nov. 8, 2020, 6:32 p.m.