SS_writectl_3.24: write control file

View source: R/SS_writectl_3.24.R

SS_writectl_3.24R Documentation

write control file

Description

write Stock Synthesis control file from list object in R which was probably created using SS_readctl()

Usage

SS_writectl_3.24(
  ctllist,
  outfile,
  overwrite = FALSE,
  verbose = FALSE,
  nseas = lifecycle::deprecated(),
  N_areas = lifecycle::deprecated(),
  Do_AgeKey = lifecycle::deprecated()
)

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.

nseas

Deprecated. number of season in the model. This information is not explicitly available in control file

N_areas

Deprecated. number of spatial areas in the model. This information is also not explicitly available in control file

Do_AgeKey

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.

Author(s)

Yukio Takeuchi

See Also

SS_readctl(), SS_readctl_3.24(),SS_readstarter(),


r4ss documentation built on May 28, 2022, 1:11 a.m.