getCoordinates {CancerInSilico}R Documentation

get coordinates of a cell at a given time

Description

get coordinates of a cell at a given time

Usage

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

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

[Package CancerInSilico version 2.4.0 Index]