Description Usage Arguments Details Value
View source: R/writeModelResultsToCSV.SurveySelFcns.R
Function to write survey selectivity functions to csv from TCSAM2015 and rsimTCSAM model runs.
1 2 3 | writeModelResultsToCSV.SurveySelFcns(tcsams = NULL, rsims = NULL,
years = list(`NMFS Trawl Survey` = 2014), cast.factors = "x",
csv = "ModelResults.SurveySelFcns", verbose = FALSE)
|
tcsams |
- single TCSAM2015 model report object, or named list of such |
rsims |
- single rsimTCSAM results object, or named list of such |
years |
- list, by fishery name, of years to plot |
cast.factors |
- x,m,s factors to include in output file. Non-specified factor levels will be averaged over. |
csv |
- base name for csv files to write to |
verbose |
- flag (T/F) to print debug info |
Factors listed in the cast.factors formula will be included as levels in output file.
list of ggplot2 objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.