Learn R Programming

apTreeshape (version 1.2.1)

treebase: Phylogenetic trees from the TreeBASE database

Description

This set contains two trees extracted from the TreeBASE Database. carnivora.treeshape: This data set describes the phylogenetic relationships of carnivora as reported by Bininda-Emonds OR, Gittleman JL, Purvis A.. They inferred this phylogeny combining phylogenetic information in a supertree construction. primates: This data set describes the phylogenetic relationships of the primates as reported by Hayasaka K., Gojobori T. and Horai S.. They inferred this phylogeny from the evolution of mitochondrial DNA.

Usage

data(carnivora.treeshape)
data(primates)

Arguments

format

These data are stored as an object of class "treeshape".

source

Bininda-Emonds, O. R., Gittleman, J. L. and Purvis, A. (1999) Building large trees by combining phylogenetic information: a complete phylogeny of the extant Carnivora (Mammalia). Biological Reviews, 74, 143 -- 175. for more details about "carnivora.treeshape". Hayasaka, K., Gojobori, T. and Horai, S. (1988) Molecular phylogeny and evolution of primate mitochondrial DNA. Molecular Biology and Evolution, 5, 626 -- 644, for more details about "primates".

Examples

Run this code
# Example tree in Treeshape format
data(carnivora.treeshape) 
plot(carnivora.treeshape)

data(primates)
plot(primates)

Run the code above in your browser using DataLab