extractMDFR.Fisheries.CatchAbundance: Function to extract estimated fishery catch abundance by year...

View source: R/extractMDFR.Fisheries.CatchAbundance.R

extractMDFR.Fisheries.CatchAbundanceR Documentation

Function to extract estimated fishery catch abundance by year among several models as a dataframe

Description

This function extracts estimated fishery catch abundance by year among several models as a dataframe.

Usage

extractMDFR.Fisheries.CatchAbundance(
  objs,
  fleets = "all",
  category = c("captured", "discarded", "retained", "discard mortality", "index"),
  cast = NULL,
  years = "all",
  verbose = FALSE
)

Arguments

objs
  • list of resLst objects

fleets
  • names of fleets to include (or "all")

category
  • 'captured','discarded','retained','discard mortality', or 'index'

cast
  • cast'ing formula for aggregating by factors (y,x,m,s,z)

years
  • 'all' or vector of years to include

verbose
  • flag (T/F) to print diagnostic information

Details

None.

Value

dataframe in canonical format


wStockhausen/rCompTCMs documentation built on Sept. 12, 2023, 3:13 p.m.