IOTC_plot: Indian Ocean Tuna Commission trade-off plot

Description Usage Arguments Author(s)

View source: R/IOTC.R

Description

A one-panel trade-off plot showing the probability of exceeding a biomass reference level and a yield reference level

Usage

1
2
3
4
5
6
7
8
9
IOTC_plot(
  MSEobj,
  Bref = 0.75,
  Yref = 0.75,
  Bsat = 0.8,
  Ysat = 0.8,
  xlim = c(0, 1.1),
  ylim = c(0, 1.1)
)

Arguments

MSEobj

An object of class MSE created by the function runMSE()

Bref

A biomass reference level (an improper fraction of BMSY)

Yref

A yield reference level (an improper fraction of yield given FMSY management)

Bsat

The satisficing level for biomass (required fraction of simulations exceeding Bref)

Ysat

The satisficing level for yield (required fraction of simulations exceeding Yref)

xlim

The limits of the x axis plotting

ylim

The limits of the y axis plotting

Author(s)

T. Carruthers


DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.