isTip {tidytree} | R Documentation |
isTip
Description
whether the node is a tip
Usage
isTip(.data, .node, ...)
## S3 method for class 'tbl_tree'
isTip(.data, .node, ...)
## S3 method for class 'phylo'
isTip(.data, .node, ...)
## S3 method for class 'treedata'
isTip(.data, .node, ...)
Arguments
.data |
phylo, treedata or tbl_tree object |
.node |
node number |
... |
additional parameters |
Value
logical value
Author(s)
Guangchuang Yu
[Package tidytree version 0.4.6 Index]