Skip to contents

The number of emerging adults is a function ΛS(t)T(t) where

  • Λ or Lambda is the mean number of adult female mosquitoes emerging per day

  • S(t) or F_season is a seasonal signal (ideally, with an average annual mean of 1)

  • T(t) or F_trend is a function returning a trend (ideally, with an average value of 1)

Usage

make_Lpar_trivial(
  nHabitats,
  Lopts = list(),
  Lambda = 1000,
  F_season = F_flat,
  season_par = list(),
  F_trend = F_flat,
  trend_par = list()
)

Arguments

nHabitats

the number of habitats in the model

Lopts

a list that overwrites default values

Lambda

vector of mean emergence rates from each aquatic habitat

F_season

a function describing a seasonal pattern over time

season_par

an object to configure a seasonality function using make_function

F_trend

a function describing a temporal trend over time

trend_par

an object to configure a trends function using make_function

Value

none