View source: R/adult-interface.R
MosquitoBehavior | R Documentation |
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.
MosquitoBehavior(t, y, pars)
t |
current simulation time |
y |
state vector |
pars |
an environment |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.