getCoordinates-methods: get coordinates of a cell at a given time

Description Usage Arguments Value Examples

Description

get coordinates of a cell at a given time

Usage

1
2
3
4
getCoordinates(model, time, cell)

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

Arguments

model

cell model object

time

hour of the model to query

cell

id of cell to query

Value

pair of (x,y) coordinates

Examples

1
2
data(SampleModels)
getCoordinates(modDefault, modDefault@runTime, 1)

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