Compares B, F, BBmsy, FFmsy, BB0 and SP for various model scanarios that have to be saved as rdata
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | jbplot_summary(
scenarios = NULL,
assessment = NULL,
mod.path = getwd(),
plotCIs = TRUE,
prefix = "Summary",
save.summary = FALSE,
output.dir = getwd(),
as.png = FALSE,
single.plots = FALSE,
width = NULL,
height = NULL,
Xlim = NULL,
cols = NULL,
legend.loc = "topright",
legend.cex = 0.8,
legend.add = TRUE,
plot.cex = 0.8
)
|
scenarios |
Names of model scenarios to compare |
assessment |
Name of assessment as specified in jbinput |
mod.path |
Directory of saved model runs or vector |
plotCIs |
Plot Credibilty Interval |
prefix |
Plot name specifier |
save.summary |
option to save a summary of all loaded model runs |
output.dir |
directory to save plots |
as.png |
save as png file of TRUE |
single.plots |
if TRUE plot invidual fits else make multiplot |
width |
plot width |
height |
plot hight |
Xlim |
allows to "zoom-in" requires speficiation Xlim=c(first.yr,last.yr) |
cols |
option to add colour palette |
legend.loc |
location of legend |
legend.cex |
size of legend |
legend.add |
show legend |
plot.cex |
cex setting in par() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.