tree.plot: tree plot

tree.plotR Documentation

tree plot

Description

The function plots phylogenetic trees.

Usage

tree.plot(tree)

Arguments

tree

a phylogenetic tree in newrick format

Author(s)

use the function "plot.phylo" in package ape to plot phylogenetic trees.

See Also

write.subtree, read.tree.string

Examples

treestr<-"(((H:4.2,C:4.2):3.1,G:7.3):6.3,O:13.5);"
tree.plot(treestr)

lliu1871/phybase documentation built on April 21, 2024, 3:16 a.m.