Description Usage Arguments Value Examples
View source: R/Keyrun_Catch_to_MSSPM.R
Conversion of Keyrun (i.e., Atlantis) Simulated Catch Index file to MSSPM Catch csv file
1 | convertKeyrunCatchtoMSSPM(inputDataFrame, startYear, outputFile)
|
inputDataFrame |
The Keyrun input simulated catch data frame |
startYear |
The year to start the conversion (earlier years will be skipped) |
outputfile |
The output csv data file containing the MSSPM catch formatted data. N.B. The csv file must begin with "HarvestCatch_". |
n/a
1 2 3 4 5 6 7 | remotes::install_github("NOAA-EDAB/ms-keyrun")
inputDataFrame <- mskeyrun::simCatchIndex
startYear <- 55
outputFile <- '/home/rklasky/test/HarvestCatch_Keyrun.csv'
convertKeyrunCatchtoMSSPM(inputDataFrame,startYear,outputFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.