write Stock Synthesis control file from list object in R which was created
using SS_readctl()
.This function is designed to be called
using SS_writectl()
and should not be called directly.
Arguments
- ctllist
List object created by
SS_readctl()
.- outfile
Filename for where to write new data file.
- overwrite
A logical value specifying if the existing file(s) should be overwritten. The default value is
overwrite = FALSE
.- verbose
A logical value specifying if output should be printed to the screen.