Skip to content

Instantly share code, notes, and snippets.

@erzk
Created September 1, 2018 12:58
Embed
What would you like to do?
library(warbleR)
# load and save data
data(list = c("Phae.long1", "Phae.long2","selec.table"))
writeWave(Phae.long1, "Phae.long1.wav")
# make spectrograms (saves the files in the working directory)
specreator(X = selec.table, flim = c(0, 11), res = 300, mar = 0.05, wl = 300)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment