MRreal {DLMtool} | R Documentation |
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 the data object |
Data |
A data object |
reps |
The number of stochastic samples of the MP recommendation(s) |
plot |
Logical. Show the plot? |
Value
An object of class Rec-class
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-class
for information on the Data
object
MRreal
:
MRnoreal
:
Rendered Equations
See Online Documentation for correctly rendered equations
Author(s)
T. Carruthers
Examples
MRreal(1, MSEtool::Atlantic_mackerel, plot=TRUE)
MRnoreal(1, MSEtool::Atlantic_mackerel, plot=TRUE)
[Package DLMtool version 6.0.6 Index]