Write weight-at-age file

write_wtatage_file(
  file = paste0("wtatage_", format(Sys.time(), "%Y"), "created_", format(Sys.time(),
    "%d-%b-%Y_%H.%M"), ".ss"),
  data,
  maturity
)

Arguments

file

A filename that you want to save the information as. The default is to have an extension of .ss such that the file can be used for Stock Synthesis. The file path can either be relative or absolute.

data

Weight at age matrix.

maturity

A vector of maturity at age.