read Stock Synthesis forecast file into list object in R
SS_readforecast(file = "forecast.ss", Nfleets, Nareas, nseas,
version = "3.30", readAll = FALSE, verbose = TRUE)
Filename either with full path or relative to working directory.
Number of fleets (not required in 3.30).
Number of areas (not required in 3.30).
number of seasons (not required in 3.30).
SS version number. Currently only "3.24" or "3.30" are supported, either as character or numeric values (noting that numeric 3.30 = 3.3).
Should the function continue even if Forecast=0 (at which point SS stops reading)
Should there be verbose output while running the file?
SS_readstarter
, SS_readdat
,
SS_writestarter
,
SS_writeforecast
, SS_writedat
,