Skip to content

Instantly share code, notes, and snippets.

@rpietro
Created September 2, 2013 13:43
Show Gist options
  • Save rpietro/6412992 to your computer and use it in GitHub Desktop.
Save rpietro/6412992 to your computer and use it in GitHub Desktop.
graphic representing the recording of a song emitted by a male of the neotropical sparrow Zonotrichia capensis. source http://rug.mnhn.fr/seewave/ex37.html
install.packages(c("seewave", "fftw", "tuneR", "rgl", "rpanel"), repos="http://cran.at.r-project.org/")
require(ggplot2)
require(seewave)
data(tico)
tico
oscillo(tico,f=22050)
v <- ggspectro(tico, ovlp=35)
v + geom_tile(aes(fill = amplitude)) + stat_contour()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment