Created
September 2, 2013 13:43
-
-
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
This file contains hidden or 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
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