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