Description Usage Arguments Examples
Calculate contour polygons from a spectrogram
1  | spectrogram_contour(spectrogram, contour.level = NULL)
 | 
spectrogram | 
 A spectrogram as generated by
  | 
contour.level | 
 A vector of contour levels. If one number it is used as the step size in the vector.  | 
1 2 3 4 5  |  wav <- read_wav(
   system.file("demo_wav/leislers.wav", package = "rhinolophus")
 )
 spectrogram <- wav2spectrogram(wav)
 spectrogram_contour(spectrogram)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.