View source: R/adfgWrite_TCSAMInputFile.R
| adfgWrite_TCSAMInputFile | R Documentation |
Function to write ADFG data to a TCSAM input file.
adfgWrite_TCSAMInputFile(
fishery = NULL,
fn = "Data.Fishery.ADFG.inp",
closed = NULL,
lstRC = NULL,
lstTC = NULL,
lstEff = NULL
)
fishery |
|
fn |
|
closed |
|
lstRC |
|
lstTC |
|
lstEff |
|
Calls tcsamFunctions::writeInputFile_FleetData() with type="FISHERY" and lstIC and lstDC set to NULL.
If not NULL, input lstRC should be a list for retained catch data with elements
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()
If not NULL, input lstTC should be a list for total catch data with elements
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()
If not NULL, input lstEff should be a list for effort data as returned by tcsamFunctions::inputList_EffortData().
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.