This function is meant to simulate fishing moving offshore. One function call results in fish moving one column to the left with some probability (specified in the arguments). Probabilities decline evenly by column (highest on furthest left column).
1 | move_fish_cw(fish_area, move_prob, seed = 300, ...)
|
fish_area |
Input matrix of distributed fish |
move_prob |
probability of moving from one quadrant to the next |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.