Set up a model for dts_diffeqn
dts_setup(
modelName = "unnamed",
MYZname = "RM_dts",
Xname = "SIS_dts",
Lname = "trace",
nPatches = 1,
nVectors = 1,
nHosts = 1,
HPop = 1000,
membership = 1,
MYZopts = list(),
EIPname = "fixed",
calK = "herethere",
calKopts = list(),
Xopts = list(),
BFopts = list(),
residence = 1,
searchB = 1,
F_circadian = NULL,
TimeSpent = "athome",
TimeSpentOpts = list(),
searchQ = 1,
Lopts = list()
)
is a name for the model (arbitrary)
is a character string defining a MYZ model
is a character string defining a X model
is a character string defining a L model
is the number of patches
is the number of vector species
is the number of vertebrate host species
is the number of humans in each patch
is a vector that describes the patch where each aquatic habitat is found
a list to configure the MYZ model
is the name of the EIP model
is either a calK matrix or a string that defines how to set it up
are the options to setup calK
a list to configure the X model
a list to configure the blood feeding model
is a vector that describes the patch where each human stratum lives
is a vector of search weights for blood feeding
is a function describing mosquito daily activity
is either a TimeSpent matrix or a string to call a function that sets it up
are the options to setup TimeSpent
is a vector of search weights for egg laying
a list to configure the L model
a list