calc_tac_est_vs_real: Calculated the estimated TAC vs the Realized TAC (from data)

View source: R/utils-calc-tac-est-vs-real.R

calc_tac_est_vs_realR Documentation

Calculated the estimated TAC vs the Realized TAC (from data)

Description

Calculated the estimated TAC vs the Realized TAC (from data)

Usage

calc_tac_est_vs_real(catch_floor = 180000)

Arguments

catch_floor

The least possible catch that is allowed in the fishery per year

Details

SSB is a vector of equally spaced values between zero and double the Operating model SSB0 value (for a single-space, single-season model). TAC is zero for SSB / SSB0 less than 0.1, 0.4\ * SSB for values greater than 0.4, and for values between 0.1 and 0.4, TAC is 0.4\* SSB \* (SSB - 0.1SSB0) \* the ratio (0.4 \* SBB0 / SSB) / (0.4 \* SSB0 - 0.1SSB0)

Value

A list of 3 items. (1) A data.frame as read in from the TAC.csv data file found in this package. (2) A data.frame with ssb and tac as columns, and (3) A data.frame as calculated by this function


pacific-hake/pacifichakemse documentation built on June 11, 2024, 4:07 a.m.