make_MYZpar_RMG.Rd
Make parameters for RM ODE adult mosquito model
make_MYZpar_RMG(
nPatches,
MYZopts = list(),
EIPmod,
calK,
g = 1/12,
sigma = 1/8,
f = 0.5,
q = 0.95,
nu = 1,
eggsPerBatch = 60
)
is the number of patches, an integer
a [list] of values that overwrites the defaults
a [list] that defines the EIP model
a mosquito dispersal matrix of dimensions `nPatches` by `nPatches`
mosquito mortality rate
emigration rate
feeding rate
human blood fraction
oviposition rate, per mosquito
eggs laid per oviposition
a [list]