A modified version of xds_setup that streamlines setup for models that do not require a component describing parasite / pathogen infection dynamics in the adult mosquito population.
The xds
object defines frame = class(frame) = 'mosy'
to dispatch xde_derivatives.mosy or dts_update.mosy and associated functions.
The X Component module is trivial
, but since humans / vertebrate hosts can be a
resource, HPop
must be set.
is ode
or dde
or dts
for ordinary OR delay differential OR difference equations
is a character string defining a MYZ Component module
is a character string defining a L Component module
is the number of patches
is a vector that describes the patch where each aquatic habitat is found
is the human population density
is the run-time time step for MYZ Component (in days): integer or 1/integer
is the run-time time step for L Component (in days): integer or 1/integer
is either a calK matrix or a string that defines how to set it up
is a vector of search weights for egg laying
is a vector describing net infectiousness
a list to configure the MYZ Component module
a list to configure the L Component module
is a name for the model (arbitrary)
an xds
object