get.treepos {phytools} | R Documentation |
Get position or node of a plotted tree interactively
Description
Return the phylogenetic position of a mouse click on a plotted tree.
Usage
get.treepos(message=TRUE, ...)
getnode(...)
Arguments
message |
for |
... |
optional arguments. |
Details
Both get.treepos
and getnode
are primarily meant for internal use in other phytools functions.
get.treepos
returns the index of the node at the end of the selected edge, along with the branch distance to that node.
getnode
simply returns the closest node to the user mouse click.
Value
A list for get.treepos
and a node number for getnode
.
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]