add.everywhere {phytools} | R Documentation |
Add tip to all edges in a tree
Description
This function adds a tip to all branches of the tree and returns a a list of trees as an object of class "multiPhylo"
.
Usage
add.everywhere(tree, tip.name)
Arguments
tree |
an object of class |
tip.name |
a string containing the name of the tip to add. |
Value
A list of trees as an object of class "multiPhylo"
. Since the tip can be added to any branch, the length of the list is equal to the number of edges in tree
.
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.
See Also
[Package phytools version 2.3-0 Index]