View source: R/load_data_seasons.R
load_data_seasons | R Documentation |
Load the hake data
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" )
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? |
df <- load_data_seasons(nseason = 12, nspace = 2) Load data frame containing all the parameters from the hake operating model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.