Description Usage Arguments Examples
Concatenate a .dat file
1 2 3 4 5 6 7 8 9 10 11 | concat_dat(
year,
model,
rec_age,
plus_age,
spawn_mo = 5,
n_ageage = NULL,
n_sizeage = NULL,
lenbins = NULL,
retro = NULL
)
|
year |
assessment year |
model |
folder that the '.tpl' will be in |
rec_age |
recruitment age |
plus_age |
plus age group |
spawn_mo |
spawning month |
n_sizeage |
number of size at age transmission matrices default is 1 |
lenbins |
set to base unless using alt in which case the file should be in the 'user_input“ folder and the name needs to be provided e.g., 'lengthbins.csv' - the column must be named 'len_bin' |
n_ageagenumber |
of age error transmission matrices default is 1 |
1 | concat_dat(year = 2020, model = "base", rec_age = 2, plus_age = 45)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.