powered by
Plots the entire whistle contour saved in a Pamguard Whistle & Moan Detector binary file, highlighting the selected contour
plotWMD(data, id = 1, ...)
A ggplot object
either a PamBinary class object, or just the $data from a PamBinary object, or a single detection from the $data
PamBinary
$data
the id of the whistle to plot, either an index or Pamguard UID
parameters to pass to other functions
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)
Run the code above in your browser using DataLab