View source: R/08-mortality-reproduction.R
| calculate_temperature_dependent_mortality | R Documentation |
Adjusts mortality based on thermal stress
calculate_temperature_dependent_mortality(
temperature,
base_mortality,
optimal_temp,
thermal_tolerance,
stress_factor
)
temperature |
Current temperature (deg C) |
base_mortality |
Base daily mortality rate |
optimal_temp |
Optimal temperature (deg C) |
thermal_tolerance |
Thermal tolerance range (deg C) |
stress_factor |
Multiplication factor for thermal stress |
Adjusted mortality rate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.