Learn R Programming

DLMtool (version 3.2.3)

boxplot.MSE: Boxplot of MP performance from MSE object

Description

Boxplot of MP performance from MSE object

Usage

# S3 method for MSE
boxplot(x, MPs = NA, maxMP = 8, PMRefs = list(B_BMSY = 1,
  SSB_SSB0 = 0.2, F_FMSY = 1, AAVY = 30, AAVE = 30), lastYrs = 10,
  cex.lab = 1.2, cex.PM = 0.75, canMPs = NULL, cols = TRUE,
  outline = FALSE, CexName = 1.25, incLine = TRUE, incref = FALSE,
  Names = TRUE, ...)

Arguments

x
An object of class MSE
MPs
Optional subset MSE object by MP
maxMP
Maximum number of MPs to plot
PMRefs
List containing the Performance Metrics reference points. Options are 'SSB_SSB0', 'B_BMSY', 'F_FMSY', 'AAVE', 'AAVY'
lastYrs
Last number of years in projection to calculate statistics
cex.lab
Size of axis label text
cex.PM
Size of performacne metric text
canMPs
Optional character vector of MPs that can be applied (plotted in different colour)
cols
Optional vector of colours
outline
Logical. Include outliers in boxplot?
CexName
Size of the names
incLine
Logical. Include vertical line?
incref
Logical. Include reference methods?
Names
Logical. Include MP names in plot?
...
Additional arguments to be passed to plotting functions