knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(anura) anura.data # A data.frame with anura data anura.tree # the phylogentic tree matching species in `anura.data`
library(anura) knitr::kable(head(anura.data))
library(anura) ape::plot.phylo(anura.tree, show.tip.label = FALSE, type = "f")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.