solve_muAqua: Solve for Constant Aquatic Mortality
Description
In MGDrivE, the model was typically solved at equilibrium assuming the
density-independent mortality was constant over aquatic stages (eggs, larvae, pupae),
given a daily growth rate, \(r_{M}\). Given that growth rate, it solved for
that mortality \(\mu_{Aqua}\) by relating it with \(R_{M}\), the per-generation
growth rate of the population, calculable from \(r_{M}\) and the mean
duration of life stages. This function uses uniroot to
solve for \(mu_{Aqua}\).
Usage
solve_muAqua(params, rm)
Value
location of the root, as provided from uniroot
Arguments
params
a named list of parameters
rm
the daily growth rate
Details
This function needs the following parameters in params:
muF: adult female mortality
beta: rate of egg laying
phi: sex ratio at emergence
qE: inverse of mean duration of egg stage
nE: shape parameter of Erlang-distributed egg stage
qL: inverse of mean duration of larval stage
nL: shape parameter of Erlang-distributed larval stage
qP: inverse of mean duration of pupal stage
nP: shape parameter of Erlang-distributed pupal stage