Plot the median biomass and yield relative to last historical year
Source:R/MSE_Plotting_PMs.R
Cplot.Rd
Compare median biomass and yield in first year and last 5 years of projection
Usage
Cplot(
MSEobj,
MPs = NA,
lastYrs = 5,
point.size = 2,
lab.size = 4,
axis.title.size = 12,
axis.text.size = 10,
legend.title.size = 12
)
Examples
if (FALSE) { # \dontrun{
MSE <- runMSE()
Cplot(MSE)
} # }