Description Usage Arguments Value Note Examples
View source: R/prey_survival_simulation.R
Checks the effect a fish's length has on the probability of encountering a predator
1 | fish_with_length_survival_boost(fish_frame)
|
fish_frame |
dataframe of fish and their lengths; use output from the prey_fish_lengths function |
a dataframe with fish lengths and the effect of those lengths on predator encounters
this function can be parallelized; e.g., by setting plan(multisession)
1 2 | fish_frame <- prey_fish_lengths(number_of_fish = 10)
fish_with_length_survival_boost(fish_frame)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.