metric_calR | R Documentation |
Computes a n
by n
matrix describing parasite dispersal from infecteds (columns)
to infectees (rows).
\mathcal{R} = b β \cdot {\cal V} \cdot \mbox{diag}≤ft(W \right) \cdot β^T \cdot \mbox{diag}≤ft(DH\right)
metric_calR(b, beta, calV, W, D, H)
b |
transmission efficiency from mosquitoes to humans |
beta |
the biting distribution matrix |
calV |
parasite dispersal by mosquitoes matrix (see metric_calV) |
W |
ambient human population at each patch |
D |
human transmitting capacity |
H |
human population size of each strata |
a numeric matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.