akfin.calcUnscaledZCs | R Documentation |
Function to calculate size compositions for Tanner crab bycatch in the groundfish fisheries based on observed samples.
akfin.calcUnscaledZCs(
maxYear = 2019,
fnHisZCs = NULL,
fnNORPAC = NULL,
id.facs = c("year", "gear", "area", "sex"),
cutpts = seq(0, 185, 5),
truncate.low = TRUE,
truncate.high = FALSE
)
maxYear |
|
fnHisZCs |
|
fnNORPAC |
|
id.facs |
|
cutpts |
|
truncate.low |
-flag to truncate counts/abundance below the minimum size or include in first size bin (FALSE) |
truncate.high |
|
Historical (foreign, joint venture) size composition data runs 1973-1990. NORPAC size composition data starts in 1986, but is typically not used until 1991.
tibble with columns 'year','gear','area','sex','maturity','shell condition','size','N'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.