Description Usage Arguments Details Value Author(s) Examples
This is a daily maximum temperature dependent mortality model for the Anopheles arabiensis
1 | calcArabMort(tMax, bovine, human, HBI)
|
tMax |
Air temperature mosquitoes are exposed to |
bovine |
The probability of finding bovine blood |
human |
The probability of finding human blood |
HBI |
Human blood index |
calcArabMort
calculate mortaility rate according to age groups.
A list (obj
) containig mortality rate for the different age groups. obj$m1
is the mortality rate for age group 1, obj$m2
for age group 2, ..., and obj$m9
for age group 9.
Torleif Markussen Lunde (Centre for International Health/Geophysical Institute, University of Bergen, Norway)
1 2 3 | tMax <- 25
prms <- calcArabMort(tMax, 1, 1, 1)
unlist(sapply(1:9, function (x) prms[paste("m", x, sep = "")]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.