R/dynaSpec-package.R

#' dynaSpec: Dynamic spectrogram visualization
#' 
#' A set of tools to generate dynamic spectrogram visualizations in video format.
#' 
#' @import NatureSounds
#' @import ggplot2
#' @import seewave
#' @import gganimate
#' @import viridis
#' @import av
#' @importFrom tuneR writeWave readWave readMP3 mono silence bind 
#' @importFrom png readPNG
#' @importFrom scales modulus_trans
#' @importFrom ari have_ffmpeg_exec ffmpeg_exec
#' @importFrom png readPNG
#' @importFrom grid grid.raster
#' @importFrom parallel makePSOCKcluster
#' @importFrom grDevices dev.off tiff adjustcolor
#' @importFrom graphics abline par plot rect axis mtext par
#' @author Marcelo Araya-Salas & Matthew R. Wilkins
#'         Maintainer: Marcelo Araya-Salas (\email{marcelo.araya@@ucr.ac.cr})
#'   
#' @docType package
#' @name dynaSpec
#' @details License: GPL (>= 2)  
#' > NULL 
#'

Try the dynaSpec package in your browser

Any scripts or data that you put into this service are public.

dynaSpec documentation built on March 10, 2021, 1:08 a.m.