make_MYZpar_ENBRQ | R Documentation |
Make parameters for ENBRQ adult mosquito model
make_MYZpar_ENBRQ(
nPatches,
MYZopts = list(),
calK,
D = 4,
nR1 = 3,
p = 11/12,
sigma = 1/8,
f = 0.3,
q = 0.95,
r2q = 0.5,
nu = 1,
eggsPerBatch = 60,
p_mod = "dddn",
sigma_mod = "dddn",
f_mod = "dddn",
q_mod = "dddn",
nu_mod = "dddn"
)
nPatches |
is the number of patches, an integer |
MYZopts |
a list of values that overwrites the defaults |
calK |
a mosquito dispersal matrix of dimensions |
D |
number of time steps per day |
nR1 |
number of time steps in R1 |
p |
daily mosquito survival |
sigma |
emigration rate |
f |
feeding rate |
q |
human blood fraction |
r2q |
proportion of R2 transitioning to Q |
nu |
oviposition rate, per mosquito |
eggsPerBatch |
eggs laid per oviposition |
p_mod |
a name to dispatch F_p |
sigma_mod |
a name to dispatch F_sigma |
f_mod |
a name to dispatch F_f |
q_mod |
a name to dispatch F_q |
nu_mod |
a name to dispatch F_nu |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.