Calculates and plots the joint probability of meeting all performance metrics simultaneously
Jplot(MSEobj, PLim = 0.8, YVar = c('LTY', 'STY', 'avgSSB_SSB0',
'avgB_BMSY'), PMRefs = list(B_BMSY = 0.5, SSB_SSB0 = 0.2), UseMean = TRUE,
lastYrs = 10, AvailMPs = NULL, XLim = NULL, ShowCols = TRUE, ShowLabs =
FALSE, All = TRUE)
An object of class MSE
Probability limit (acceptable risk threshold; e.g., 0.8 for 80 percent)
What to plot of the y-axis: choose from c('LTY', 'STY',
'avgSSB_SSB0', 'avgB_BMSY')
List containing the reference limits for each metric
Logical. Calculate mean (TRUE) or median (FALSE)
Last number of years in projection period to calculate summary statistics
Optional character vector of available MPs (plotted in a different colour)
Optional limits for the x-axis
Logical. Show the background colours?
Logical. Show the MP labels?
Logical. Plot all MPs (TRUE) or only those above the probability
limit (PLim
))?
Invisibly returns data frame containing statistics shown in the plot