hauls_position {BioIndex}R Documentation

Plot of hauls time series

Description

Plot of hauls time series

Usage

hauls_position(
  mTATB,
  country = "all",
  map_lim,
  depth_lines,
  buffer = 0,
  res = 0.1,
  wd = NA,
  save = TRUE,
  verbose = TRUE
)

Arguments

mTATB

data frame

country

country code as reported in MEDITS format. "all" code to perform the analysis on all the countries of the same GSA

map_lim

coordinates limits for the plotted map

depth_lines

vactor 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]