Learn R Programming

phytools (version 0.0-8)

plotTree: Plots rooted phylogenetic tree

Description

This function plots a rooted phylogram.

Usage

plotTree(tree,fsize=1.0,ftype="reg",lwd=2,pts=TRUE)

Arguments

tree
a phylogenetic tree in "phylo" format.
fsize
a numeric value specifying relative font size for tip labels.
ftype
a string specifying which font type to use. Options are: "reg","b","i", and "bi".
lwd
a numeric value specifying edge width.
pts
a logical value indicating whether to plot points at nodes.

Value

  • This function creates a rooted phylogram.

See Also

plot.phylo