plotIntLay | R Documentation |
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.
plotIntLay(interval, layer, group, grouporder = sort(unique(group)), colorz, main = "")
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 |
group |
A vector of group identifiers, the same length as |
grouporder |
A vector of unique group identifiers, providing the order that each group
will be plotted, the same length as |
colorz |
A vector of character or numeric colors to use,
the same length as |
main |
A character scalar of the main title of the plot, default "". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.