Learn R Programming

SAMtool (version 1.8.1)

HCR_fixedF: Simple fixed F harvest control rule

Description

A simple control rule that explicitly specifies the target apical F independent of any model.

Usage

HCR_fixedF(Assessment, reps = 1, Ftarget = 0.1)

Value

An object of class MSEtool::Rec with the TAC recommendation.

Arguments

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.

Author

Q. Huynh

Details

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.

See Also

make_MP HCR_ramp#'

Examples

Run this code
# 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