plotWMD {PamBinaries} | R Documentation |
Plot Whistle Contour
Description
Plots the entire whistle contour saved in a Pamguard Whistle & Moan Detector binary file, highlighting the selected contour
Usage
plotWMD(data, id = 1, ...)
Arguments
data |
either a |
id |
the id of the whistle to plot, either an index or Pamguard UID |
... |
parameters to pass to other functions |
Value
A ggplot object
Author(s)
Taiki Sakai taiki.sakai@noaa.gov
Examples
# load example whistle file
wmFile <- system.file('extdata', 'WM.pgdf', package='PamBinaries')
wmData <- loadPamguardBinaryFile(wmFile)
plotWMD(wmData, 1)
plotWMD(wmData, 2)
[Package PamBinaries version 1.9.0 Index]