View source: R/Network-Parameters.R
calcLarvalStageMortalityRate | R Documentation |
Calculate \mu_{l}
, the larval mortality, given by
\mu_l=1-\Bigg( \frac{R_m * \mu_{ad}}{1/2 * \beta * (1-\mu_m)} \Bigg)^{\frac{1}{T_e+T_l+T_p}}
calcLarvalStageMortalityRate(
generationPopGrowthRate,
adultMortality,
fertility,
aquaticStagesDuration
)
generationPopGrowthRate |
See |
adultMortality |
Adult mortality rate, |
fertility |
Number of eggs per oviposition for wild-type females, |
aquaticStagesDuration |
Vector of lengths of aquatic stages, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.