Description Usage Arguments Details Value Author(s) Examples
This is a temperature, relative humidity and size dependent mortality model for the Anopheles gambiae complex
1 | calcGambMort(t2, RH, bovine, human, HBI, d = 0:199, mSiz = NULL)
|
t2 |
Air temperature mosquitoes are exposed to |
RH |
Relative humidity mosquitoes are exposed to |
bovine |
The probability of finding bovine blood |
human |
The probability of finding human blood |
HBI |
Human blood index |
d |
Days at which the mortality curve should be estimated |
mSiz |
Mosquito size measured as wing length in mm |
calcGambMort
calculate mortaility rate according to age groups.
A list (obj
) containg 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 4 5 | Tair <- 25
RH <- 60
siz <- 3
prms <- calcGambMort(Tair, RH, 1, 1, 1, d = 0:199, mSiz = siz)
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.