get_node_types | R Documentation |
The generic method definition for getting node types from a TreeHarp object.
get_node_types(x, ...)
## S4 method for signature 'TreeHarp'
get_node_types(x, ...)
x |
An object of class TreeHarp. |
... |
Unused arguments, for now. |
A data frame containing the node types for a TreeHarp object. If the slot is empty, NA is returned.
get_node_types(TreeHarp)
: A getter.
Allows user to extract the node types of a treeharp object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.