Description Usage Arguments Value Examples
View source: R/prey_survival_simulation.R
Simply calculates the proportion of survivors relative to the number of fish at the start of the model
1 | calculate_proportion_of_survivors(number_of_survivors, number_of_fish)
|
number_of_survivors |
an integer value of surviving fish |
number_of_fish |
the number of fish at the start of the model |
a proportion
1 | calculate_proportion_of_survivors(number_of_survivors = 10, number_of_fish = 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.