extractFits.ZScores.ACD: Extract z-scores from fits to biomass/abundance time series...

View source: R/extractFits.ZScores.ACD.R

extractFits.ZScores.ACDR Documentation

Extract z-scores from fits to biomass/abundance time series by fleet among several model runs as a dataframe

Description

Function to extract z-scores from biomass/abundance time series by fleet among several model runs.

Usage

extractFits.ZScores.ACD(
  objs = NULL,
  fleets = "all",
  fleet.type = c("survey", "fishery"),
  catch.type = c("index", "retained", "total"),
  data.type = c("biomass", "abundance"),
  verbose = FALSE
)

Arguments

objs
  • object that can be converted into a list of tcsam02.resLst objects

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

fleet.type
  • fleet type ('fishery' or 'survey')

catch.type
  • catch type ('index','retained',or 'total')

data.type
  • 'biomass' or 'abundance'

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

Details

Uses rTCSAM02::getMDFR.ZScores.Biomass() or rTCSAM02::getMDFR.ZScores.Abundance().

Value

dataframe in canonical format.


wStockhausen/rCompTCMs documentation built on Aug. 27, 2024, 7:15 p.m.