dts_setup_mosy | R Documentation |
Set up a model for dts_diffeqn_mosy
dts_setup_mosy(
modelName = "unnamed",
MYZname = "basicM",
Lname = "basic",
nPatches = 1,
nVectors = 1,
membership = 1,
MYZopts = list(),
calK = "herethere",
calKopts = list(),
searchQ = 1,
Lopts = list(),
kappa = NULL
)
modelName |
is a name for the model (arbitrary) |
MYZname |
is a character string defining a MYZ model |
Lname |
is a character string defining a L model |
nPatches |
is the number of patches |
nVectors |
is the number of vector species |
membership |
is a vector that describes the patch where each aquatic habitat is found |
MYZopts |
a list to configure the MYZ model |
calK |
is either a calK matrix or a string that defines how to set it up |
calKopts |
are the options to setup calK |
searchQ |
is a vector of search weights for egg laying |
Lopts |
a list to configure the L model |
kappa |
values – net infectivity to force adult infection dynamics |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.