Description Usage Arguments Slots See Also
The Node
is an S4 class used for displaying node information.
It is only generated when a user implements the [[]]
on a tree. Information
is only accurate if tree has been updated with updateTree()
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
|
object |
|
i |
slot name |
j |
missing |
... |
missing |
drop |
missing |
id
unique ID for node in tree['ndlst']
spn
length of preceding branch
prid
parent node ID
ptid
child node ID
kids
descending tip IDs
nkids
number of descending tip IDs
txnym
list of associated taxonyms
pd
total branch length represented by node
prdst
total branch length of connected prids
root
T/F root node?
tip
T/F tip node?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.