Skip to content

Instantly share code, notes, and snippets.

@erzk
Created September 1, 2018 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erzk/b3cddfe92fe74662f6658d71d5d665ad to your computer and use it in GitHub Desktop.
Save erzk/b3cddfe92fe74662f6658d71d5d665ad to your computer and use it in GitHub Desktop.
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