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