dynaSpec: dynamic spectrograms in R

The R package dynaSpec can now be installed from github. This is a set of tools to generate dynamic spectrogram visualizations in video format. It is still on the making and new visualizations will be available soon. FFMPEG must be installed in order for this package to work. To install dynaSpec from github you will need the R package devtools: # From github devtools::install_github("maRce10/dynaSpec") #load package library(dynaSpec) Installation of external dependencies can be tricky on operating systems other than Linux. [Read More]