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