Learn R Programming

r4ss (version 1.44.0)

SS_writectl_3.30: write control file for SS version 3.30

Description

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.

Usage

SS_writectl_3.30(ctllist, outfile, overwrite = FALSE, verbose = FALSE)

Arguments

ctllist

List object created by SS_readctl().

outfile

Filename for where to write new data file.

overwrite

Should existing files be overwritten? Default=FALSE.

verbose

Should there be verbose output while running the file? Defaults to FALSE.

See Also

SS_readctl(), SS_readctl_3.30(),SS_readstarter(), SS_readforecast(), SS_writestarter(), SS_writeforecast(), SS_writedat()