soundscapespec(wave, f, wl = 1024, wn = "hamming", ovlp = 50,
plot = TRUE, xlab = "Frequency (kHz)", ylim = c(0, 1), ...)
wave
(in Hz). Does not need to be specified if embedded in wave
.ftwindow
(by default "hamming"
).TRUE
returns a barplot.barplot
graphical parameters.plot
is TRUE
.spec
, meanspec
, SAX
, NDSI
## Note that 'tico' is not a soundscape recording...
data(tico)
soundscapespec(tico, plot=TRUE, col="darkgreen")
Run the code above in your browser using DataLab