TESS (version 2.1.0)

cettiidae: Cettiidae phylogeny from Alstroem et al. (2011)

Description

This phylogeny describes the species relationship and divergence times of the bird family Cettiidae, published in Alstroem et al. (2011).

Usage

data(cettiidae)

Arguments

Format

The phylogeny is stored as an object of class "phylo". The structure is described in the help page of the function read.tree of the package ape.

Examples

Run this code
# NOT RUN {
# load the data
data(cettiidae)

# safe the old plotting settings
op <- par()

# set the new plotting settings
par(cex = 0.3)

# plot the phylogeny
plot(cettiidae)

# restore the plotting settings
par(op)
# }

Run the code above in your browser using DataLab