calcArabMort: Mortality model for the Anopheles arabiensis

Description Usage Arguments Details Value Author(s) Examples

Description

This is a daily maximum temperature dependent mortality model for the Anopheles arabiensis

Usage

1
calcArabMort(tMax, bovine, human, HBI)

Arguments

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

Details

calcArabMort calculate mortaility rate according to age groups.

Value

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.

Author(s)

Torleif Markussen Lunde (Centre for International Health/Geophysical Institute, University of Bergen, Norway)

Examples

1
2
3
tMax <- 25
prms <- calcArabMort(tMax, 1, 1, 1)
unlist(sapply(1:9, function (x) prms[paste("m", x, sep = "")]))

tmlunde/OMaWa documentation built on May 31, 2019, 4:39 p.m.