change_e_fcast_yrs {ss3sim}R Documentation

Check and change forecast file years if necessary

Description

Check if forecast years and benchmark years within the forecast file are within the model start year and end year.

Usage

change_e_fcast_yrs(styr = 0, endyr_orig = 100, endyr_new = 100,
  fcast_list)

Arguments

styr

The model start year, an integer

endyr_orig

The original end year that the forecast file assumed, an integer

endyr_new

The new end year, an integer

fcast_list

forecast file read in using r4ss (is a list)

Value

A changed forecast list.


[Package ss3sim version 1.0.3 Index]