akfinWrite_TCSAMInputFile: Write AKFIN data for crab bycatch to a TCSAM input file

View source: R/akfinWrite_TCSAMInputFile.R

akfinWrite_TCSAMInputFileR Documentation

Write AKFIN data for crab bycatch to a TCSAM input file

Description

Function to write AKFIN data for crab bycatch to a TCSAM input file.

Usage

akfinWrite_TCSAMInputFile(
  fishery = NULL,
  fn = "Data.Fishery.AKFIN.inp",
  lstAbd = NULL,
  lstBio = NULL,
  lstZCs = NULL
)

Arguments

fishery

: TCSAM fishery name

fn

: output file name (writes to stdout if NULL or empty)

lstAbd

: NULL, or list as returned by tcsamFunctions::inputList_AggregateCatchData() with type "ABUNDANCE"

lstBio

: NULL, or list as returned by tcsamFunctions::inputList_AggregateCatchData() with type "BIOMASS"

lstZCs

: NULL, or list as returned by tcsamFunctions::inputList_SizeCompsData()

Details

Calls tcsamFunctions::writeInputFile_FleetData() with type="FISHERY" (and lstIC, lstRC, lstDC, and lstEff set to NULL).

Value

nothing


wStockhausen/tcsamFisheryDataAKFIN documentation built on Aug. 30, 2023, 12:08 p.m.