plotWMD | R Documentation |
Plots the entire whistle contour saved in a Pamguard Whistle & Moan Detector binary file, highlighting the selected contour
plotWMD(data, id = 1, ...)
data |
either a |
id |
the id of the whistle to plot, either an index or Pamguard UID |
... |
parameters to pass to other functions |
A ggplot object
Taiki Sakai taiki.sakai@noaa.gov
# load example whistle file
wmFile <- system.file('extdata', 'WM.pgdf', package='PamBinaries')
wmData <- loadPamguardBinaryFile(wmFile)
plotWMD(wmData, 1)
plotWMD(wmData, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.