This is a generalized RM model which allows for time varying EIP and survival probability. It complies with the mosquito component interface, and may be simulated deterministically or stochastically.
setup_mosquito_RM(
model,
stochastic,
f = 0.3,
q = 0.9,
eip,
p,
psi,
nu = 25,
M,
Y,
Z,
N = NULL
)no return value
an object from make_MicroMoB
should the model update deterministically or stochastically?
the blood feeding rate
the human blood feeding fraction
the Extrinsic Incubation Period (may be time varying see time_varying_parameter)
daily survival probability (may be time and patch varying see time_patch_varying_parameter)
a mosquito dispersal matrix (rows must sum to 1)
number of eggs laid per oviposition
total mosquito density per patch (vector of length p)
density of incubating mosquitoes per patch (vector of length p)
density of infectious mosquitoes per patch (vector of length p)
l by p matrix describing how eggs from mosquitoes in patches are
distributed amongst aquatic habitats. If NULL it is the identity matrix of dimension
l.