hcr.min.esc: Calculate TAC and TAC-based harvest rate based on a minimum...

View source: R/hcr.R

hcr.min.escR Documentation

Calculate TAC and TAC-based harvest rate based on a minimum escapement and reference harvest rate

Description

Calculate TAC and TAC-based harvest rate based on a minimum escapement and reference harvest rate

Usage

hcr.min.esc(
  bt,
  ref.hr,
  min.esc,
  abs.esc = FALSE,
  catch.cap = 0,
  bo = 1,
  num.end.yrs = 1
)

Arguments

bt

biomass vector for years

ref.hr

reference harvest rate

min.esc

minimum escapement to base catch limit on

abs.esc

if TRUE, 'min.esc' is absolute. If FALSE, it is relative

catch.cap

catch cap to use if calculated catch limit is higher

bo

initial biomass used in reletive biomass calculation

num.end.yrs

mean of these last N years at the end of the biomass vector to use

Value

catch limit


pbs-assess/herringutils documentation built on Jan. 10, 2025, 8:43 a.m.