View source: R/bednet-lemenach.R
setup_itn_lemenach | R Documentation |
This model of ITN based vector control was originally described in https://malariajournal.biomedcentral.com/articles/10.1186/1475-2875-6-10.
setup_itn_lemenach(
pars,
tau0_frac = c(0.68/3, 2.32/3),
r = 0.56,
s = 0.03,
F_phi = function(t, pars) {
0.8
}
)
pars |
a list |
tau0_frac |
a numeric vector giving the proportion of time spent in host seeking/bloodfeeding and resting/oviposition |
r |
probability of mosquito being repelled upon contact with ITN |
s |
probability of mosquito successfully feeding upon contact with ITN |
F_phi |
a function that takes as argument |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.