Description Usage Arguments Value
View source: R/prey_survival_simulation.R
joins the outputs from frame_of_all_cells_traversed_per_fish() and fish_with_length_survival_boost()
1 | combine_encounter_frame_and_fish_frame(fish_frame, enc_frame)
|
fish_frame |
a dataframe of fish, their lengths, and length survival boosts; see fish_with_length_survival_boost() |
enc_frame |
a dataframe of fish and the encounter probabilities for predator in each cell on their path; see frame_of_all_cells_traversed_per_fish() |
a joined dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.