bind.tree.simmap {phytools} | R Documentation |
Binds two trees of class "simmap"
Description
This function grafts tree y
onto tree x
at node where
.
Usage
bind.tree.simmap(x, y, where="root")
Arguments
x |
an object of class |
y |
an object of class |
where |
node number to attach new tip, or the root node if |
Details
This function wraps around bind.tree
for objects of class "simmap"
; however it presently only allows y
to be grafted at a node of x
and it does not allow y
to possess a root edge.
Value
An object of class "simmap"
.
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]