bubble_plot_by_haul_indexes {BioIndex}R Documentation

Bubble plot of abundance and biomass indices by haul

Description

The function generates bubble plot of abundance and biomass indices by haul

Usage

bubble_plot_by_haul_indexes(
  mTATB,
  map_lim,
  depth_lines,
  buffer = 0,
  res = 0.1,
  wd = NA,
  save = TRUE,
  verbose = TRUE
)

Arguments

mTATB

data frame

map_lim

coordinates limits for the plotted map

depth_lines

vector of three depth bathymetrical lines to be plotted

buffer

buffer to the coordinate limits in map units

res

resolution of the bathymetrical lines

wd

working directory

save

boolean. If TRUE the plot is saved in the user defined working directory (wd)

verbose

boolean. If TRUE a message is printed


[Package BioIndex version 0.5.02 Index]