barplot.MSE: Plot a barplot of MSE results

Description Usage Arguments Author(s)

View source: R/MSE_Plotting.R

Description

Plot a barplot of MSE results

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## S3 method for class 'MSE'
barplot(
  height,
  MSEobj = NULL,
  PMs = list(B_BMSY = 0.5, SSB_SSB0 = 0.2),
  PLim = 0.8,
  lastYrs = 10,
  maxMP = 14,
  MPs = NA,
  Title = NULL,
  sims = NULL,
  msg = TRUE,
  cex.names = 1.3,
  incRef = FALSE,
  ...
)

Arguments

height

An object of class MSE. Generic function must have argument height. But note that this must be an MSE object.

MSEobj

Optional. An object of class MSE. Overides height

PMs

List of performance metrics. Options are c('SSB_SSB0', 'B_BMSY', 'F_FMSY', 'AAVE', 'AAVY')

PLim

Probability threshold

lastYrs

Last number of years in projection to calculate statistics

maxMP

Maximum number of MPs to include in each plot

MPs

Optional subset MSE object by MP

Title

Optional title for plot

sims

Optional subset MSE object by simulation

msg

Logical. Print out messages?

cex.names

Size of names

incRef

Logical. Include the reference methods?

...

Optional additional arguments passed to barplot

Author(s)

A. Hordyk


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