coltips {orthGS}R Documentation

Colouring Tree Tips

Description

Make a color vector for colouring tree tips

Usage

coltips(phy)

Arguments

phy

tree as a phylo object

Details

Each tip is given a color according to the nature of the isoform: green (GS2), blue (GS1a), brown (GS1b Gym), salmon (GS1b Ang), purple (other).

Value

a color vector as long as the number of tips

Examples

coltips(ape::read.tree(text = "((Bdi, Sly), (Pp, Ap));"))

[Package orthGS version 0.1.6 Index]