View source: R/load-ss-model-data.R
| load_ss_model_data | R Documentation | 
Load the SS model input and output data needed by this package in correct format
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,
  ...
)
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
  | 
rds_fn | 
 File name for the RDS file containing the model input/output
as created using   | 
... | 
 Arguments to be passed to   | 
A list with objects to be used throughout the package code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.