Usage
SSgetoutput(keyvec = NULL, dirvec = NULL, getcovar = TRUE, getcomp = TRUE,
forecast = FALSE, verbose = TRUE, ncols = 210, global = FALSE, replace =
FALSE, listlists = TRUE)
Arguments
keyvec
A vector of strings that are appended to the output files from each
model if models are all in one directory. Default=NULL.
dirvec
A vector of directories (full path or relative to working directory)
in which model output is located. Default=NULL.
getcovar
Choice to read or not read covar.sso output (saves time and memory). Default=TRUE.
getcomp
Choice to read or not read CompReport.sso output (saves time and memory). Default=TRUE.
forecast
Choice to read or not read forecast quantities. Default=FALSE.
verbose
Print various messages to the command line as the function runs? Default=TRUE.
ncols
Maximum number of columns in Report.sso (same input as for SS_output
).
Default=210. global
Save output from each model as a global variable with a unique name. Default=FALSE.
replace
Replace existing global variables if they already exist. Default=FALSE.
listlists
Save output from each model as a element of a list (i.e. make a list of
lists). Default = TRUE.