Description Usage Arguments Details Value Author(s)
Fetches matching binary data from a single or multiple detections in an AcousticEvent object, then plot the resulting data
1 2 3 4 5 | plotWaveform(x, UID)
plotSpectrogram(x, UID, sr = NULL, ...)
plotWigner(x, UID, sr = NULL, ...)
|
x |
a AcousticStudy object, a list of AcousticEvent objects, or a single AcousticEvent object |
UID |
the UID(s) of the individual detections to fetch the binary data for |
sr |
if |
... |
other arguments to pass to the spectrogram or wigner functions |
The plotSpectrogram
function uses the function
specgram
to plot the spectrogram, see this function
for plotting options. The plotWigner
function uses the function
wignerTransform
to plot the Wigner-Ville transform,
see this function for options.
Nothing, just shows plots for every channel of the waveform for each UID provided
Taiki Sakai taiki.sakai@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.