akfin.ScaleZCs | R Documentation |
Function to calculate estimated total bycatch abundance-scaled size comps of Tanner crab in groundfish fisheries.
akfin.ScaleZCs(
dfrABs.YGAT,
dfrZCs.onYGAXZ,
cutpts = seq(25, 185, 5),
truncate.low = TRUE,
truncate.high = FALSE
)
dfrABs.YGAT |
|
dfrZCs.onYGAXZ |
|
cutpts |
|
truncate.low |
-flag to truncate counts/abundance below the minimum size or include in first size bin (FALSE) |
truncate.high |
|
Estimated total annual bycatch abundance from the CAS and CIA databases (as a tibble from
akfin.calcBycatchABs
) is used to scale unscaled size compositions (a tibble from akfin.calcUnscaledZCs
)
for years in which such exists. For years in which total bycatch abundance is not available, the size
compositions are not scaled.
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.