drop.clade
invokes ape::drop.tip()
on all tips descendent from the
specified node. This is convenient when used alongside ape::getMRCA()
to
drop a clade defined by the most recent common ancestor of a set of tips,
rather than exhaustively specifying all of its tips.
Arguments
- phy
an object of class "phylo".
- node
number specifying the parent node of the clade to delete.
- root.edge, collapse.singles
passed to
ape::drop.tip()
.