getCoordinates {CancerInSilico} | R Documentation |
get coordinates of a cell at a given time
getCoordinates(model, time, cell) ## S4 method for signature 'OffLatticeModel' getCoordinates(model, time, cell)
model |
cell model object |
time |
hour of the model to query |
cell |
id of cell to query |
pair of (x,y) coordinates
data(SampleModels) getCoordinates(modDefault, modDefault@runTime, 1)