load_ss_model_data: Load the SS model input and output data needed by this...

View source: R/load-ss-model-data.R

load_ss_model_dataR Documentation

Load the SS model input and output data needed by this package in correct format

Description

Load the SS model input and output data needed by this package in correct format

Usage

load_ss_model_data(
  s_min = 1,
  s_max = 6,
  s_min_survey = 2,
  s_max_survey = 6,
  weight_factor = 1000,
  n_space = 2,
  rds_fn,
  ...
)

Arguments

s_min

Minimum age in fishery selectivity

s_max

Maximum age in fishery selectivity

s_min_survey

Minimum age in survey selectivity

s_max_survey

Maximum age in survey selectivity

weight_factor

A factor to multiply and divide SSB values by

n_space

The number of spaces (areas) in which fishing takes place and to which a selectivity-at-age is to be set. See the value of p_sel_fish in the returned list

rds_fn

File name for the RDS file containing the model input/output as created using hake::create_rds_file()

...

Arguments to be passed to load_ss_sel_parameters()

Value

A list with objects to be used throughout the package code


pacific-hake/pacifichakemse documentation built on June 11, 2024, 4:07 a.m.