Learn R Programming

paleotree (version 3.4.7)

depthRainbow: Paint Tree Branch Depth by Color

Description

Paints the edges of a phylogeny with colors relative to their depth.

Usage

depthRainbow(tree)

Value

No value returned, just plots a colorful phylogeny.

Arguments

tree

A phylogeny, as an object of class phylo.

Details

The only purpose of this function is to make an aesthetically-pleasing graphic of one's tree, where branches are color-coded with a rainbow palette, relative to their depth. Depth is defined relative to the number of branching nodes between the basal node of a branch and the root, not the absolute distance (i.e. branch length) to the root or the distance from the tips.

Examples

Run this code

set.seed(444)
tree <- rtree(500)
depthRainbow(tree)

Run the code above in your browser using DataLab