make_MYZpar_ENBRQ_dts.Rd
Make parameters for ENBRQ_dts adult mosquito model
make_MYZpar_ENBRQ_dts(
nPatches,
MYZopts = list(),
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"
)
is the number of patches, an integer
a [list] of values that overwrites the defaults
number of time steps per day
number of time steps in R1
daily mosquito survival
emigration rate
feeding rate
human blood fraction
proportion of R2 transitioning to Q
oviposition rate, per mosquito
eggs laid per oviposition
a name to dispatch F_p
a name to dispatch F_sigma
a name to dispatch F_f
a name to dispatch F_q
a name to dispatch F_nu
a [list]