Make parameters for RMlumpy ODE adult mosquito model
make_MYZpar_RMlumpy(
nPatches,
MYZopts = list(),
EIPname,
calK,
p = 11/12,
sigma = 1/8,
f = 0.3,
q = 0.95,
eip = 12,
nu = 1,
eggsPerBatch = 60,
p_mod = "static",
sigma_mod = "static",
f_mod = "static",
q_mod = "static",
nu_mod = "static"
)
is the number of patches, an integer
a list of values that overwrites the defaults
a string: the class name for the EIP model
a mosquito dispersal matrix of dimensions nPatches
by nPatches
daily mosquito survival
emigration rate
feeding rate
human blood fraction
the maximum number of cohorts in the EIP
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