jbplot_indices: jbplot_indices

View source: R/jabba_plots.R

jbplot_indicesR Documentation

jbplot_indices

Description

Plots indices with assumed mimumum observation errors

Usage

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
)

Arguments

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


jabbamodel/JABBA documentation built on Nov. 2, 2024, 12:50 p.m.