Skip to contents

Set up a model for xde_diffeqn_human

Usage

xde_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()
)

Arguments

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

Value

a list