knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Load package and data

library(anura)
anura.data # A data.frame with anura data
anura.tree # the phylogentic tree matching species in `anura.data`

Data overview

library(anura)
knitr::kable(head(anura.data))

Phylogenetic tree overview

library(anura)
ape::plot.phylo(anura.tree, show.tip.label = FALSE, type = "f")

Citation

If you use this data in publications, please cite:

Röhr, D. L., G. B. Paterno, F. Camurugi, F. A. Juncá, and A. A. Garda. 2016. Background noise as a selective pressure: stream-breeding anurans call at higher frequencies. Organisms Diversity and Evolution 16:269–273.



paternogbc/anura documentation built on July 12, 2019, 7:52 p.m.