node.label {tidytree} | R Documentation |
extract the node label of phylo, treedata or tbl_tree
Description
extract the node label of phylo, treedata or tbl_tree
Usage
node.label(x, node = "internal", ...)
Arguments
x |
object, should be one of |
node |
character, to extract which type node label,
default is |
... |
additional parameters. |
Value
label character vector.
[Package tidytree version 0.4.6 Index]