dts_setup_human | R Documentation |
Set up a model for dts_diffeqn_human
dts_setup_human(
modelName = "unnamed",
Xname = "SIS",
HPop = 1000,
MYZopts = list(),
Xopts = list(),
BFopts = list(),
residence = 1,
searchB = 1,
F_circadian = NULL,
TimeSpent = "athome",
TimeSpentOpts = list()
)
modelName |
is a name for the model (arbitrary) |
Xname |
is a character string defining a X model |
HPop |
is the number of humans in each patch |
MYZopts |
a list to configure the MYZ model |
Xopts |
a list to configure the X model |
BFopts |
a list to configure the blood feeding model |
residence |
is a vector that describes the patch where each human stratum lives |
searchB |
is a vector of search weights for blood feeding |
F_circadian |
is a function describing mosquito daily activity |
TimeSpent |
is either a TimeSpent matrix or a string to call a function that sets it up |
TimeSpentOpts |
are the options to setup TimeSpent |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.