MosquitoBehavior: Compute bloodfeeding and mortality rates

View source: R/adult-interface.R

MosquitoBehaviorR Documentation

Compute bloodfeeding and mortality rates

Description

This method dispatches on the type of pars$MYZpar. It should, at a minimum return the values f, q, g (blood feeding rate, human feeding proportion, and mortality rate) at the current time, although it may return vectors of these values at multiple times for models with delay. These baseline values will be modified by the vector control component. The return type is a named list with those 3 values, and f should have an attr labeled time giving the time(s) in the simulation that these bionomic values correspond to.

Usage

MosquitoBehavior(t, y, pars)

Arguments

t

current simulation time

y

state vector

pars

an environment

Value

a list


exDE documentation built on Nov. 18, 2022, 5:08 p.m.