Spatial closure and allocation management procedures
MRreal.Rd
Management procedures that close Area 1 to fishing and reallocate fishing effort spatially.
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.
Rendered Equations
See Online Documentation for correctly rendered equations
Examples
MRreal(1, MSEtool::Atlantic_mackerel, plot=TRUE)
#> Area 1 Area 2
#> 0 1
MRnoreal(1, MSEtool::Atlantic_mackerel, plot=TRUE)
#> Area 1 Area 2
#> 0 1