get_catch | R Documentation |
Summarize catch by region and gear
Summarize weight-at-age data
Summarize proportion-at-age data
Summarize survey index data
get_catch(models, models_names, gear, area = 1, group = 1, sex = 0, type = 1)
get_wa(models, models_names, gear, area = 1, group = 1, sex = 0)
get_pa(models, models_names, gear, area = 1, group = 1, sex = 0)
get_surv_ind(models, models_names, gear, area = 1, group = 1, sex = 0)
models |
list of iscam models. Must be a [gfiscamutils::model.lst.class] type |
models_names |
vector of model names that correspond to the input models |
gear |
gear number as it appears in iscam data file |
area |
area number as it appears in iscam data file |
group |
group number as it appears in iscam data file |
sex |
sex number as it appears in iscam data file |
type |
type number as it appears in iscam data file |
a tibble
a tibble
a tibble
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.