Make parameters for trivial aquatic mosquito model

create_Lpar_trivial(
  nHabitats,
  Lopts = list(),
  Lambda = 1000,
  F_season = F_flat,
  F_trend = F_flat
)

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 that gives a F_seasonal pattern

F_trend

a function that returns a temporal F_trend

Value

none