HCR_fixedF | R Documentation |
A simple control rule that explicitly specifies the target apical F independent of any model.
HCR_fixedF(Assessment, reps = 1, Ftarget = 0.1)
Assessment |
An object of class Assessment with estimates of next year's abundance or biomass. |
reps |
The number of replicates of the TAC recommendation (not used). |
Ftarget |
The value of F. |
The catch advice is calculated using the catch equation of the corresponding
assessment. See Assessment@forecast$catch_eq
, a function that returns the catch advice for a specified Ftarget
.
An object of class MSEtool::Rec with the TAC recommendation.
Q. Huynh
make_MP HCR_ramp#'
# create an MP to run in closed-loop MSE (fishes at F = 0.2)
F0.2 <- make_MP(SP, HCR_fixedF, Ftarget = 0.2)
myOM <- MSEtool::runMSE(MSEtool::testOM, MPs = c("FMSYref", "F0.2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.