jbplot_indices | R Documentation |
Plots indices with assumed mimumum observation errors
jbplot_indices(
jabbainput,
output.dir = getwd(),
as.png = FALSE,
width = 5,
height = 4.5,
plot.cex = 0.9,
xlab = "Year",
ylab = "Abundance index",
add = FALSE,
add.legend = TRUE,
legend.loc = "topright",
cols = NULL
)
jabbainput |
list from build_jabba() |
output.dir |
directory to save plots |
as.png |
save as png file of TRUE |
width |
plot width |
height |
plot hight |
plot.cex |
cex graphic option |
xlab |
option to change x-axis label |
ylab |
option to change y-axis label |
add |
if TRUE par is not called to enable manual multiplots |
add.legend |
option to add legend |
legend.loc |
place lengend |
cols |
option to choose own colour palette |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.