Description Usage Arguments Value Examples
get distance between two cells
1 2 3 4 | 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
1 2 | data(SampleModels)
getCellDistance(modDefault, modDefault@runTime, 1, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.