R/baRulho-package.R

#' baRulho: quantifying habitat-induced acoustic signal degradation
#'
#' `baRulho` is a package intended to quantify habitat-induced degradation of (animal) acoustic signals.
#'
#' The main features of the package are:
#'   \itemize{
#'   \item Loops to apply tasks through acoustic signals referenced in an extended selection table
#'   \item The comparison of playback signals re-recorded at different distances 
#'   }
#' Most functions allow the parallelization of tasks, which distributes the tasks among several processors to improve computational efficiency.
#'   
#' @import pbapply
#' @import tuneR
#' @import seewave
#' @import graphics
#' @import grDevices
#' @import utils
#' @import parallel
#' @import warbleR
#' @import fftw
#' @importFrom stats cor aggregate approx ave
#' @importFrom methods is
#' 
#' @author Marcelo Araya-Salas
#'   
#'   Maintainer: Marcelo Araya-Salas (\email{marcelo.araya@@ucr.ac.cr})
#'   
#' @docType package
#' @name baRulho
#' @details License: GPL (>= 2)  
NULL
#> NULL 
#'

Try the baRulho package in your browser

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

baRulho documentation built on March 18, 2022, 7 p.m.