mammalia: Dated family level mammalian phylogeny from Meredith et al....

Description Usage Format Source Examples

Description

This phylogeny describes the species relationship and divergence times of the class Mammalia with 1-3 species included per family, published in Meredith et al. (2011).

Usage

1

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.

Source

Meredith, R. et al. (2011): Impacts of the cretaceous terrestrial revolution and kpg extinction on mammal diversification. Science, 334:521-524

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# load the data
data(mammalia)

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

# set the line width for drawing thinner lines for the branches
par(cex = 0.3)

# plot the mammalian phylogeny
plot(mammalia)

# restore the settings of the device
par(op)

hoehna/TESS documentation built on Feb. 3, 2022, 5:59 a.m.