drop.leaves {phytools} | R Documentation |
Drop all the leaves (tips) from a tree
Description
Drops all the leaves from a tree, leaving behind only the structure leading to internal nodes.
Usage
drop.leaves(tree, ...)
Arguments
tree |
object of class |
... |
optional arguments. Presently includes only the logical value |
Value
An object of class "phylo"
.
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.
[Package phytools version 2.3-0 Index]