inst/doc/ACIandSeewave.R

## ----results='show', message=FALSE, warning=FALSE------------------------
library(seewave)
library(soundecology)

data(tropicalsound)
duration <- length(tropicalsound@left)/tropicalsound@samp.rate # 20 seconds

duration

ACI(tropicalsound, nbwindows=(duration/5))

acoustic_complexity(tropicalsound) # j is set to 5 by default

Try the soundecology package in your browser

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

soundecology documentation built on May 2, 2019, 3:21 a.m.