untangle | R Documentation |
Attempts to "untangle" the branches of a tree that are tangled when plotting with plot.phylo
, plotTree
, or plotSimmap
.
untangle(tree, method=c("reorder","read.tree"))
tree |
tree as an object of class |
method |
method to use to attempt to untangle branches. |
Generally speaking, this function is wraps several different internal functions that might be use to fix a badly conformed "phylo"
or "simmap"
object.
An object of class "phylo"
or "simmap"
, depending on the class of tree
.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.