concat_dat: Concatenate a .dat file

Description Usage Arguments Examples

View source: R/concat_dat.R

Description

Concatenate a .dat file

Usage

 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
)

Arguments

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

Examples

1
concat_dat(year = 2020, model = "base", rec_age = 2, plus_age = 45)

BenWilliams-NOAA/rockfishr documentation built on March 1, 2021, 11:12 p.m.