A list of data returned from r4ss::SS_readdat() for the North Sea cod operating model. The input file is stored in extdata/models.

codomdat

Format

A list with many items, some of which are highlighted below:

catch

data frame of catches by year, fleet, and season

CPUE

catch-per-unit-effort data

lencomp

length-composition data

...

Source

North Sea cod (Gadus morhua; Richard D. Methot, Jr., NMFS, NOAA, pers. comm.)

Examples

data("codomdat", package = "ss3sim")
# \dontshow{
testthat::expect_true(
  codomdat[["type"]] == "Stock_Synthesis_data_file",
  label = "Is a Stock Synthesis data file"
)
# }