bind.tree.simmap | R Documentation |
"simmap"
This function grafts tree y
onto tree x
at node where
.
bind.tree.simmap(x, y, where="root")
x |
an object of class |
y |
an object of class |
where |
node number to attach new tip, or the root node if |
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.
An object of class "simmap"
.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.