View source: R/SS_writedat_3.30.R
SS_writedat_3.30 | R Documentation |
Write Stock Synthesis data file from list object in R which was probably
created using SS_readdat()
(which would have called on
SS_readdat_3.30()
).
SS_writedat_3.30( datlist, outfile, overwrite = FALSE, faster = FALSE, verbose = TRUE )
datlist |
List object created by |
outfile |
Filename for where to write new data file. |
overwrite |
Should existing files be overwritten? Default=FALSE. |
faster |
Speed up writing by writing length and age comps without aligning the columns (by using write.table instead of print.data.frame) |
verbose |
Should there be verbose output while running the file? |
Ian G. Taylor, Yukio Takeuchi, Gwladys I. Lambert, Kelli F. Johnson, Chantel R. Wetzel
SS_writedat()
, SS_writedat_3.24()
,
SS_readdat()
,
SS_readstarter()
, SS_writestarter()
,
SS_readforecast()
, SS_writeforecast()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.