
Last chance! 50% off unlimited learning
Sale ends in
A harvest control rule proposed by Carl Walters that uses trajectory in inferred surplus production to make upward/downward adjustments to TAC recommendations
Gcontrol(
x,
Data,
reps = 100,
plot = FALSE,
yrsmth = 10,
gg = 2,
glim = c(0.5, 2)
)
A position in the data object
A data object
The number of stochastic samples of the MP recommendation(s)
Logical. Show the plot?
The number of years over which to smooth catch and biomass data
A gain parameter
A constraint limiting the maximum level of change in quota recommendations
An object of class Rec-class
with the TAC
slot populated with a numeric vector of length reps
See Data-class
for information on the Data
object
Gcontrol
: Abun, Cat, Ind, Year
See Online Documentation for correctly rendered equations
The TAC is calculated as:
yrsmth
years.
The change in TAC is bounded by the glim
argument, which by default does not allow
the TAC to decrease by more than half or increase more than twice the last annual catch.
Carruthers et al. 2015. Performance evaluation of simple management procedures. ICES J. Mar Sci. 73, 464-482.
Other Index methods:
GB_slope()
,
GB_target()
,
ICI()
,
Iratio()
,
Islope1()
,
Itarget1_MPA()
,
Itarget1()
,
ItargetE1()
# NOT RUN {
Gcontrol(1, Data=MSEtool::Atlantic_mackerel, plot=TRUE)
# }
Run the code above in your browser using DataLab