Description Usage Arguments Value Examples
View source: R/SpectrogramFunction.R
A function to calculate spectrograms over a set of focal recordings
1 2 3 4 5 6 7 | SpectrogramFunction(
input.dir,
min.freq = 500,
max.freq = 2500,
Colors = "BW",
downsample.new = 16000
)
|
input.dir |
The location of the .wav files |
min.freq |
The minimum frequency (Hz) of the signal of interest |
max.freq |
The maximum frequency (Hz) of the signal of interest |
Colors |
Whether to return a black and white or color spectrogram |
downsample.new |
<- If downsampling is desired, which frequency (Hz) to use for downsampling |
multiple spectrogram images
1 2 | SpectrogramFunction(input.dir = "FocalRecordings",
min.freq = 500,max.freq=2500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.