write Stock Synthesis control file from list object in R which was probably
created using SS_readctl()
SS_writectl_3.24(
ctllist,
outfile,
overwrite = FALSE,
verbose = FALSE,
nseas = lifecycle::deprecated(),
N_areas = lifecycle::deprecated(),
Do_AgeKey = lifecycle::deprecated()
)
List object created by SS_readctl()
.
Filename for where to write new data file.
Should existing files be overwritten? Default=FALSE.
Should there be verbose output while running the file? Defaults to FALSE.
Deprecated. number of season in the model. This information is not explicitly available in control file
Deprecated. number of spatial areas in the model. This information is also not explicitly available in control file
Deprecated. Flag to indicate if 7 additional ageing error parameters to be read set 1 (but in fact any non zero numeric in R) or TRUE to enable to read them 0 or FALSE (default) to disable them. This information is not explicitly available in control file, too.