SS_writewtatage {r4ss} | R Documentation |
Write weight-at-age file
Description
Write Stock Synthesis weight-at-age file from R object that was probably
created using SS_readwtatage()
Usage
SS_writewtatage(
mylist,
dir = NULL,
file = "wtatage.ss",
overwrite = FALSE,
verbose = TRUE,
warn = TRUE
)
Arguments
mylist |
Object created by |
dir |
A file path to the directory of interest.
Typically used with |
file |
Filename for new weight-at-age file, which
will be appended to |
overwrite |
A logical value specifying if the existing file(s)
should be overwritten. The default value is |
verbose |
A logical value specifying if output should be printed to the screen. |
warn |
A logical value specifying if a warning should be
generated if overwriting |
Author(s)
Kelli F. Johnson