Description Usage Arguments Examples
Calculate CPUE Function to calculate cpue
1 | calc_cpue(survey_res, ctl)
|
survey_res |
Output from conduct_survey function |
cpue_method |
Method of calculating CPUE. Options are 'average' for calculating straight average by year. |
1 2 3 | ctl <- make_ctl(nhooks = 15, seed = 200, nfish = 10000, nyear = 50)
out <- conduct_survey(ctl)
cpue <- calc_cpue(out, ctl = ctl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.