Learn R Programming

DLMtool (version 5.2)

MRreal: Spatial closure and allocation management procedures

Description

Management procedures that close Area 1 to fishing and reallocate fishing effort spatially.

Usage

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

MRnoreal(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 Spatial slot(s) populated

Functions

  • MRreal: A spatial control that prevents fishing in area 1 and reallocates this fishing effort to area 2 (or over other areas).

  • MRnoreal: A spatial control that prevents fishing in area 1 and does not reallocate this fishing effort to area 2.

Required Data

See '>Data for information on the Data object

MRreal:

MRnoreal:

Rendered Equations

See Online Documentation for correctly rendered equations

Examples

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

Run the code above in your browser using DataLab