SpectrogramFunctionSite: Function to create spectrograms for soundscape recordings

Description Usage Arguments Value Examples

View source: R/SpectrogramFunctionSite.R

Description

Function to create spectrograms for soundscape recordings

Usage

1
2
3
4
5
6
SpectrogramFunctionSite(
  input.dir,
  min.freq = 500,
  max.freq = 2500,
  Colors = "BW"
)

Arguments

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

Value

multiple spectrogram images

Examples

1
2
SpectrogramFunctionSite(input.dir = "SoundscapeRecordings",
min.freq = 0,max.freq=20000)

DenaJGibbon/behaviouR documentation built on Aug. 27, 2020, 10:57 p.m.