plotIntLay: Plot Acoustic Survey Data using Different Colored Symbols

Description Usage Arguments

View source: R/plotIntLay.R

Description

Plot acoustic survey data, interval vs. layer, using different colored symbols for data exploration purposes. Place multiple group-specific plots on one page, using the same x- and y-scales.

Usage

1
2
3
4
5
6
7
8
plotIntLay(
  interval,
  layer,
  group,
  grouporder = sort(unique(group)),
  colorz,
  main = ""
)

Arguments

interval

A numeric vector of intervals along the length of an acoustic transect.

layer

A numeric vector of layers from surface to bottom along the vertical water column of an acoustic transect, all values should be <= 0, the same length as interval.

group

A vector of group identifiers, the same length as interval.

grouporder

A vector of unique group identifiers, providing the order that each group will be plotted, the same length as unique(group), default sort(unique(group)).

colorz

A vector of character or numeric colors to use, the same length as interval.

main

A character scalar of the main title of the plot, default "".


JVAdams/EchoNet2Fish documentation built on Feb. 15, 2021, 4:27 a.m.