getCellDistance {CancerInSilico} | R Documentation |
get distance between two cells
getCellDistance(model, time, cellA, cellB) ## S4 method for signature 'OffLatticeModel' getCellDistance(model, time, cellA, cellB)
model |
cell model object |
time |
hour of the model to query |
cellA |
id of cell to query |
cellB |
id of cell to query |
distance between cellA and cellB
data(SampleModels) getCellDistance(modDefault, modDefault@runTime, 1, 2)