View source: R/map.to.singleton.R
map.to.singleton | R Documentation |
map.to.singleton
takes an object of class "simmap"
with a mapped discrete character and converts it to a tree with singleton nodes, in which edge has only one state.
map.to.singleton(tree)
plotTree.singletons(tree)
## S3 method for class 'singleton'
drop.tip(phy, tip, ...)
rootedge.to.singleton(tree)
tree |
an object of class |
phy |
for |
tip |
for |
... |
optional arguments for |
The states for each edge are stored in names(tree$edge.length)
. In a sense this is just an alternative way to use the general structure of the "phylo"
object to encode a tree with a mapped character.
plotTree.singletons
plots a tree with singleton nodes. Note that plotTree
and plot.phylo
now have no trouble graphing trees with singleton nodes - but they do this by just ignoring the singletons. plotTree.singletons
marks the singletons as nodes on the plotted phylogeny.
drop.tip.singleton
drops tips from the tree leaving ancestral nodes for all remaining tips as singletons.
Finally, rootedge.to.singleton
converts a tree with a root edge to a tree with a singleton node instead.
An object of class "phylo"
with singleton nodes. plotTree.singletons
graphs a tree in which the singleton nodes are shown.
If names(tree$edge.length)!=NULL
plotTree.singletons
will use a different color from palette
for each mapped state.
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.
collapse.singles
, drop.tip
, make.simmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.