View source: R/08-mortality-reproduction.R
| calculate_weight_dependent_mortality | R Documentation |
Adjusts mortality based on current fish weight
calculate_weight_dependent_mortality(
current_weight,
base_mortality,
weight_threshold,
starvation_factor,
initial_weight = NULL
)
current_weight |
Current weight (g) |
base_mortality |
Base daily mortality rate |
weight_threshold |
Weight threshold below which mortality increases |
starvation_factor |
Multiplication factor for starvation |
initial_weight |
Initial weight for comparison (optional) |
Adjusted mortality rate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.