Description Usage Arguments Value Examples
compute distances between new infected and exposed
1 2 3 4 5 6 7 8 | newdist(
closedistances = NULL,
U,
sicks,
new.sicks = NULL,
delta = 0.005,
dist_areas = dist_areas_f(U, delta)
)
|
closedistances |
NULL, or a named list with 2 named elements: closedistances$ra, closedistances$id |
U |
a data.frame with the variables hexagon (can be any bin identifier), x, y : coordinates, |
sicks |
a vector of integers |
new.sicks |
a vector of integers |
delta |
a positive number : a threshold |
dist_areas: |
a function between |
NULL, or a named list with 2 named elements: closedistances$ra, closedistances$id
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.