Description Usage Arguments Value Examples
View source: R/SpectrogramFunctionSite.R
Function to create spectrograms for soundscape recordings
1 2 3 4 5 6 | SpectrogramFunctionSite(
input.dir,
min.freq = 500,
max.freq = 2500,
Colors = "BW"
)
|
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 |
multiple spectrogram images
1 2 | SpectrogramFunctionSite(input.dir = "SoundscapeRecordings",
min.freq = 0,max.freq=20000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.