load_data_seasons: Load the hake data

View source: R/load_data_seasons.R

load_data_seasonsR Documentation

Load the hake data

Description

Load the hake data

Usage

load_data_seasons(
  nseason = 4,
  nspace = 2,
  myear = 2018,
  movemaxinit = 0.35,
  movefiftyinit = 6,
  nsurvey = 2,
  logSDR = 1.4,
  bfuture = 0.5,
  moveout = 0.85,
  movesouth = 0.05,
  moveinit = NA,
  moveslope = 0.9,
  selectivity_change = 0,
  yr_future = 0,
  catch.future = NA,
  sel_hist = 1,
  species = "hake"
)

Arguments

nseason

number of seasons

nspace

number of spatial areas

myear

last year of historical simulations

movemaxinit

max movement rate

movefiftyinit

age at 50percent max movement rate

nsurvey

survey frequency

logSDR

recruitment deviations

bfuture

bias adjustment in the future

moveout

fraction of individuals that travel south in the last season

movesouth

fraction of individuals that move south during the year

moveinit

Initial distribution of fish

moveslope

Slope of the movement function

selectivity_change

should selectivity change?

yr_future

how many years into the future should there be stochastic values

sel_hist

use historical selectivity?

Examples

df <- load_data_seasons(nseason = 12, nspace = 2)

Load data frame containing all the parameters from the hake operating model

nissandjac/PacifichakeMSE documentation built on March 28, 2022, 12:26 p.m.