mammals {treeman}R Documentation

Phylogenetic tree of Mammalia

Description

Bininda-Emonds et al. (2007)'s Mammalian supertree augmented with taxonomic information. Here used for testing and demonstrating treeman functions. See R script to see how the tree was generate: https://github.com/DomBennett/treeman/blob/master/other/generate_tree_data.R.

Usage

   data(mammals)

Format

mammals is a TreeMan object

Source

Bininda-Emonds et al. 2007. The Delayed Rise of Present-Day Mammals. Nature, 446(7135): 507-512

Examples

data(mammals) # load object
summary(mammals)
summary(mammals[['Homo_sapiens']])

[Package treeman version 1.1.3 Index]