Learn R Programming

DLMtool (version 5.2)

curE: Fishing at current effort levels

Description

Constant fishing effort set at final year of historical simulations subject to changes in catchability determined by OM@qinc and interannual variability in catchability determined by OM@qcv. This MP is intended to represent a 'status quo' management approach.

Usage

curE(x, Data, reps, plot = FALSE)

curE75(x, Data, reps, plot = FALSE)

Arguments

x

A position in a data-limited methods data object

Data

A data-limited methods data object

reps

The number of stochastic samples of the MP recommendation(s)

plot

Logical. Show the plot?

Value

An object of class Rec with the TAE slot(s) populated

Functions

  • curE: Set effort to 100% of that in final year of historical simulations.

  • curE75: Set effort to 75% of that in final year.

Required Data

See '>Data for information on the Data object

curE: MPeff

curE75: MPeff

Rendered Equations

See Online Documentation for correctly rendered equations

Examples

Run this code
# NOT RUN {
curE(1, DLMtool::Atlantic_mackerel, plot=TRUE)
curE75(1, DLMtool::Atlantic_mackerel, plot=TRUE)
# }

Run the code above in your browser using DataLab