Plot a barplot of MSE results
# S3 method for 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, ...)
An object of class MSE. Generic function must have argument height. But note that this must be an MSE object.
Optional. An object of class MSE. Overides height
List of performance metrics. Options are c('SSB_SSB0',
'B_BMSY', 'F_FMSY', 'AAVE', 'AAVY')
Probability threshold
Last number of years in projection to calculate statistics
Maximum number of MPs to include in each plot
Optional subset MSE object by MP
Optional title for plot
Optional subset MSE object by simulation
Logical. Print out messages?
Size of names
Logical. Include the reference methods?
Optional additional arguments passed to barplot