Learn R Programming

adiv (version 2.0.1)

batcomm: Bat Abundance and Phylogeny Along a Disturbance Gradient in a Neotropical Rainforest

Description

The data were collected by Medellin et al. (2000) on bats in four habitats in the Selva Lacandona of Chiapas, Mexico. The phylogeny is Fritz et al. (2009) phylogeny pruned for retaining only the species present in Medellin et al. data set.

Usage

data("batcomm")

Arguments

Format

batcomm is a list of two components:

ab, a data frame with habitats as rows, species as columns and abundance of species in habitats as entries.

tre, a phylogenetic tree in newick format for all bat species in ab.

Details

In ab, four habitat types were analyzed: F=rainforest; P=cacao plantations; O=oldfields; C=cornfields (Pavoine 2016).

The resolution of the bat phylogeny is uncertain especially at the older nodes (Pavoine 2016).

References

Medellin, R., Equihua M., Amin, M.A. (2000) Bat diversity and abundance as indicators of disturbance in Neotropical rainforest. Conservation Biology, 14, 1666--1675.

Fritz, S.A., Bininda-Emonds, O.R.P., Purvis, A. (2009) Geographic variation in predictors of mammalian extinction risk: big is bad, but only in the tropics. Ecology Letters, 12, 538--549.

Pavoine, S. (2016) A guide through a family of phylogenetic dissimilarity measures among sites. Oikos, 125, 1719--1732.

Examples

Run this code
# NOT RUN {
if(require(ape)){
data(batcomm)
phy <- read.tree(text=batcomm$tre)
plot(phy)
ab <- batcomm$ab[,phy$tip.label]
plot(abgevodivparam(phy, ab, q=0:4))
}
# }

Run the code above in your browser using DataLab