Learn R Programming

tidytree (version 0.4.6)

isTip: isTip

Description

whether the node is a tip

Usage

isTip(.data, .node, ...)

# S3 method for tbl_tree isTip(.data, .node, ...)

# S3 method for phylo isTip(.data, .node, ...)

# S3 method for treedata isTip(.data, .node, ...)

Value

logical value

Arguments

.data

phylo, treedata or tbl_tree object

.node

node number

...

additional parameters

Author

Guangchuang Yu