An R object read in using read.csv("ss3sim_ts.csv") after processing the results from the Introduction vignette using get_results_all(). The data set is available so users do not have to wait for the scenarios to run.

Examples

data("ts_dat", package = "ss3sim")
# \dontshow{
testthat::expect_true("year" %in% colnames(ts_dat),
  label = "the column 'year' of the time-series data set"
)
# }