View source: R/utils-calc-tac-est-vs-real.R
calc_tac_est_vs_real | R Documentation |
Calculated the estimated TAC vs the Realized TAC (from data)
calc_tac_est_vs_real(catch_floor = 180000)
catch_floor |
The least possible catch that is allowed in the fishery per year |
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)
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.