metric_calZ | R Documentation |
Computes a p
by p
matrix describing parasite dispersal from infecteds (columns)
to infectees (rows).
\mathcal{Z} = e^{-Ωτ} \cdot \mbox{diag}≤ft( \frac{fq M}{W} \right) \cdot {\cal D} \cdot fqΩ^{-1}
metric_calZ(Omega, tau, f, q, M, W, calD)
Omega |
the mosquito demography matrix |
tau |
duration of the extrinsic incubation period |
f |
the feeding rate |
q |
fraction of bloodmeals taken on humans |
M |
size of mosquito population in each patch |
W |
ambient human population at each patch |
calD |
parasite dispersal by humans matrix (see metric_calD) |
a numeric matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.