This implements differential equation model for aquatic mosquito ecology. It has been modified slightly from a version published by Smith DL, et al. (2013): $$dL/dt = \eta - (\psi + \phi + \theta L)L$$

Parameters:

  • \(\eta\): egg deposition rate

  • \(\psi\): maturation rate

  • \(\phi\): density-independent death rate

  • \(\theta\): density dependence in mortality: the slope of the response to mean crowding

Per-capita mortality is thus \(\phi + \theta L\), and the emergence rate of adult mosquitoes is \(\psi L\)

# S3 method for class 'basicL'
dLdt(t, y, pars, s)

Arguments

t

current simulation time

y

state vector

pars

an xds object

s

the species index

Value

a numeric vector

References

SmithDL2013LarvalDynamicsramp.xds