Created
September 1, 2018 12:58
-
-
Save erzk/b3cddfe92fe74662f6658d71d5d665ad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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