This function drops one or multiple tips from an object of class "simmap"
.
# S3 method for simmap
drop.tip(phy, tip, ...)
# S3 method for simmap
keep.tip(phy, tip, ...)
extract.clade.simmap(tree, node)
A modified object of class "phylo"
containing the elements maps
and $mapped.edge
with the time spent in each state along each edge of the tree.
an object of class "simmap"
.
name or names of species to be dropped (or kept).
node number for the root node of the clade to be extracted.
optional arguments. Currently the logical argument untangle
which if set to TRUE
will call untangle
before returning the "simmap"
object to the user.
for extract.clade.simmap
, an object of class "simmap"
.
Liam Revell liam.revell@umb.edu
Equivalent to drop.tip
and keep.tip
but for a tree with a mapped discrete character.
extract.clade.simmap
is functionally equivalent to extract.clade
but preserves discrete character mappings on the tree.
Following drop.tip
in ape, the returned tree is always in "cladewise"
order.
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
drop.tip
, extract.clade
, make.simmap
, read.simmap
, sim.history