create_control_hcr: Create a simplified control file for a single-area population...

Description Usage Arguments Details

View source: R/control_hcr.R

Description

The control file specifies the simulation parameters

Usage

1
2
create_control_hcr(years, pop_pars, rec_pars, harvest_pars, assess_pars,
  stoch_rec = TRUE)

Arguments

years

vector of years (integers starting with 1)

pop_pars

list of population parameters containing the initial population size ("initial") and instantaneous natural mortality ("nat_mort")

rec_pars

list of recruitment parameters containing the name of the mechanism for calculating recruitment ("type"; can be either "constant", "logistic", "bevholt" or "ricker") see est_recruits

harvest_pars

harvest parameters a list containing "type" ("const_exploit" = constant exploitation rate, "TAC" = constant catch, ...), (see calc_catch)

assess_pars

list of assessment parameters (see do_assessment)

stoch_rec

stochasitc recruitment (default=TRUE)

Details

A simulation is run using the function (see run_hcr)


AustralianAntarcticDivision/tagsim documentation built on May 5, 2019, 9:22 a.m.