SS_writeforecastMK: read Stock Synthesis forecast file into list object in R

Description Usage Arguments Author(s) See Also

View source: R/SS_writeforecastMK.R

Description

read Stock Synthesis forecast file into list object in R

Usage

1
2
3
4
5
6
7
8
SS_writeforecastMK(
  mylist,
  dir = NULL,
  file = "forecast.ss",
  writeAll = FALSE,
  overwrite = FALSE,
  verbose = TRUE
)

Arguments

file

Filename either with full path or relative to working directory.

verbose

Should there be verbose output while running the file?

Nfleets

Number of fleets (not required in 3.30).

Nareas

Number of areas (not required in 3.30).

nseas

number of seasons (not required in 3.30).

version

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).

readAll

Should the function continue even if Forecast=0 (at which point SS stops reading)

Author(s)

Ian Taylor

See Also

SS_readstarter, SS_readdat, SS_writestarter, SS_writeforecast, SS_writedat,


mkapur/kaputils documentation built on Nov. 14, 2021, 3:23 a.m.