plottree {phybase}R Documentation

Write a tree file

Description

The function plots phylogenetic trees.

Usage

plottree(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);"
plottree(treestr)

[Package phybase version 1.1 Index]