TESS (version 2.1.0)

conifers: Conifer phylogeny from Leslie et al. (2012)

Description

This phylogeny describes the species relationships and divergence times of the plant order Conifera, published in Leslie et al. (2012).

Usage

data(conifers)

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 tree
data(conifers)

# safe the settings of the plotting device
op <- par()

# set the line width for plotting the branches
par(cex = 0.3)

# plot the phylogenetic tree
plot(conifers)

# restore the settings of the device
par(op)
# }

Run the code above in your browser using DataLab