Learn R Programming

DLMtool (version 5.2)

IOTC_plot: Indian Ocean Tuna Commission trade-off plot

Description

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

Usage

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