The number of emerging adults is a function $$\Lambda S(t) T(t)$$ where
\(\Lambda\) or
Lambdais the mean number of adult female mosquitoes emerging per day\(S(t)\) or
F_seasonis a seasonal signal (ideally, with an average annual mean of 1)\(T(t)\) or
F_trendis a function returning a trend (ideally, with an average value of 1)\(P(t)\) or
F_shockis a function returning a perturbation (by default, set to 1)
Usage
make_L_obj_trivial(
nHabitats,
options = list(),
Lambda = 1000,
season_par = makepar_F_one(),
trend_par = makepar_F_one(),
shock_par = makepar_F_one()
)Arguments
- nHabitats
the number of habitats in the model
- options
a list that overwrites default values
- Lambda
vector of mean emergence rates from each aquatic habitat
- season_par
an object to configure a seasonality function using make_function
- trend_par
an object to configure a trends function using make_function
- shock_par
an object to configure a shocks function using make_function