dts_setup_human: Set up a model for dts_diffeqn_human

View source: R/dts_setup.R

dts_setup_humanR Documentation

Set up a model for dts_diffeqn_human

Description

Set up a model for dts_diffeqn_human

Usage

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

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


dd-harp/MicroMoB documentation built on June 6, 2024, 4:43 p.m.