Plot the projected biomass, fishing, mortality rate and yield for all stocks and MPs
# S3 method for MMSE
plot(
x = NULL,
maxcol = 6,
qcol = rgb(0.4, 0.8, 0.95),
lcol = "dodgerblue4",
quants = c(0.05, 0.25, 0.75, 0.95),
curyr = 2018,
addline = FALSE,
...
)
Integer. The maximum number of columns (MPs) to be plotted in each plot
Character, color. The color of the inner percentile range
Character, color. The color of the outer percentile range.
Numeric vector. The percentiles that are plotted (LB2,LB1,UB1,UB2). LB2 and UB2 are the outer percentiles, LB1 and UB1 are the inner percentiles.
Integer. The current year from which projections start.
Logical. Should two individual simulations be added to the percentile plots?
Not used