View source: R/SS_writeforecast.R
SS_writeforecast | R Documentation |
write Stock Synthesis forecast file from list object in R which was probably
created using SS_readforecast()
SS_writeforecast( mylist, dir = NULL, file = "forecast.ss", writeAll = FALSE, overwrite = FALSE, verbose = TRUE )
mylist |
List object created by |
dir |
Directory for new forecast file. Default=NULL (working directory). |
file |
Filename for new forecast file. Default="forecast.ss". |
writeAll |
Should the function continue even if Forecast=0 (at which point SS stops reading, and remaining elements in list may not be available, depending on settings used in SS_readforecast) |
overwrite |
Should existing files be overwritten? Default=FALSE. |
verbose |
Should there be verbose output while running the file? Default=TRUE. |
Ian Taylor
SS_readstarter()
, SS_readforecast()
,
SS_readdat()
,
SS_writestarter()
, SS_writedat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.