View source: R/akfin.CalcFunctions.R
akfin.calcBycatchABs | R Documentation |
Function to calculate estimated total catch abundance by expanding observed abundance.
akfin.calcBycatchABs(
maxYear = 2019,
fnHIS = "GroundfishFisheries.HistoricalBycatchBiomass.TannerCrab.csv",
fnCAS = "FromAKFIN.TannerCrab.BycatchEstimates.CAS.csv",
fnCIA = "FromAKFIN.TannerCrab.BycatchEstimates.CIA.csv",
verbosity = 0
)
maxYear |
|
fnHIS |
|
fnCAS |
|
fnCIA |
|
verbosity |
|
Uses sqldf::sqldf
. Units for 'weight' are kg, for 'abundance' are thousands, and for 'biomass' are t.
Historical (foreign, joint veture) data runs 1973-1990. CAS data is used for 1991-2008. CIA data is used for
2009+.
tibble with columns
fishery
area
year
expFactor - expansion factor
sex - "male", "female", "undetermined", "hermaphrodite", or NA
variable - "count", "weight", "abundance", or "biomass"
value - value of associated variable
type - "observed" or "expanded"
units - "ones", "thousands", "kg" or "t"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.