View source: R/akfinWrite_TCSAMInputFile.R
akfinWrite_TCSAMInputFile | R Documentation |
Function to write AKFIN data for crab bycatch to a TCSAM input file.
akfinWrite_TCSAMInputFile(
fishery = NULL,
fn = "Data.Fishery.AKFIN.inp",
lstAbd = NULL,
lstBio = NULL,
lstZCs = NULL
)
fishery |
: TCSAM fishery name |
fn |
: output file name (writes to stdout if NULL or empty) |
lstAbd |
: NULL, or list as returned by |
lstBio |
: NULL, or list as returned by |
lstZCs |
: NULL, or list as returned by |
Calls tcsamFunctions::writeInputFile_FleetData()
with type
="FISHERY" (and lstIC, lstRC, lstDC, and lstEff set to NULL).
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.