extractMDFR.Fisheries.CatchBiomass: Function to extract estimated fishery catch biomass by year...

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

extractMDFR.Fisheries.CatchBiomassR Documentation

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

Description

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

Usage

extractMDFR.Fisheries.CatchBiomass(
  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 or NULL


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