View source: R/utils-apply-hcr-om.R
apply_hcr_om | R Documentation |
Calculate the catch value to apply to the current year in the OM loop. TACs can be applied to the catch value also.
apply_hcr_om(
om,
yr = NULL,
yr_ind = NULL,
tac = NULL,
catch_floor = NULL,
hcr_lower = 0.1,
hcr_upper = 0.4,
hcr_fspr = 0.4,
...
)
om |
Operating model list |
yr |
The year to calculate the reference points for |
yr_ind |
Index for the year |
tac |
TAC values to apply to the catch before returning the function. |
catch_floor |
The lowest catch to be allowed |
hcr_lower |
If |
hcr_upper |
If |
hcr_fspr |
If |
... |
Absorbs arguments meant for other functions |
Catch for the next year
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.