setup_aqua_BH {MicroMoB} | R 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
[Package MicroMoB version 0.1.2 Index]