get_catch: Summarize catch by region and gear

View source: R/getters.R

get_catchR Documentation

Summarize catch by region and gear

Description

Summarize catch by region and gear

Summarize weight-at-age data

Summarize proportion-at-age data

Summarize survey index data

Usage

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)

Arguments

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

Value

a tibble

a tibble

a tibble

a tibble


pbs-assess/herringutils documentation built on Jan. 10, 2025, 8:43 a.m.