inst/doc/changeADI.R

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

#Using Shannon's Diversity Index:
acoustic_diversity(tropicalsound)

#Using the original code:
acoustic_diversity(tropicalsound, shannon = FALSE)

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.