setup_aqua_BH: Setup aquatic (immature) mosquito model with Beverton-Holt...

View source: R/aquatic_BH.R

setup_aqua_BHR Documentation

Setup aquatic (immature) mosquito model with Beverton-Holt dynamics

Description

A single compartment for all aquatic stages is modeled which suffers density dependent mortality like the Beverton-Holt model.

Usage

setup_aqua_BH(model, stochastic, molt, surv, K, L)

Arguments

model

an object from make_MicroMoB

stochastic

should the model update deterministically or stochastically?

molt

proportion of immature stages which will mature and emerge as adults each day (may be time and patch varying see time_patch_varying_parameter)

surv

daily survival probability (may be time and patch varying see time_patch_varying_parameter)

K

carrying capacity (may be time and patch varying see time_patch_varying_parameter)

L

initial number of immature mosquitoes

Details

All parameters can be passed either as a vector of length equal to l, a matrix with l rows and tmax columns, or a matrix with l rows and 365 columns.

Value

no return value


MicroMoB documentation built on Jan. 17, 2023, 9:06 a.m.