
Last chance! 50% off unlimited learning
Sale ends in
A simple control rule that explicitly specifies the target apical F independent of any model.
HCR_fixedF(Assessment, reps = 1, Ftarget = 0.1)
An object of class MSEtool::Rec with the TAC recommendation.
An object of class Assessment with estimates of next year's abundance or biomass.
The number of replicates of the TAC recommendation (not used).
The value of F.
Q. Huynh
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
.
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)
# \donttest{
myOM <- MSEtool::runMSE(MSEtool::testOM, MPs = c("FMSYref", "F0.2"))
# }
Run the code above in your browser using DataLab