ansi_phylo: Compute the parsimony score

View source: R/ansi_phylo.R

ansi_phyloR Documentation

Compute the parsimony score

Description

Plots a phylogeny in a silly, ANSI graphics style.

Usage

ansi_phylo(tree, vertical=c("|","-"), ...)

Arguments

tree

object of class "phylo".

vertical

character for vertical lines

...

optional arguments.

Value

A plotted tree.

Author(s)

Liam Revell liam.revell@umb.edu

References

Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.

See Also

plotTree, splinePhylogram

Examples

data(salamanders)
ansi_phylo(salamanders)
par(mar=c(5.1,4.1,4.1,2.1))

liamrevell/phytools documentation built on April 8, 2024, 9:59 p.m.