ape (version 5.1)

chiroptera: Bat Phylogeny

Description

This phylogeny of bats (Mammalia: Chiroptera) is a supertree (i.e. a composite phylogeny constructed from several sources; see source for details).

Usage

data(chiroptera)

Arguments

Format

The data are stored in RData (binary) format.

See Also

read.nexus, zoom

Examples

Run this code
# NOT RUN {
data(chiroptera)
str(chiroptera)
op <- par()
par(cex = 0.3)
plot(chiroptera, type = "c")
par(cex = op$cex)
# }

Run the code above in your browser using DataCamp Workspace