Description Usage Arguments Value Author(s) Examples
Representing node in this subtype
1 | get_father(v, X)
|
v |
the index of the node |
X |
the saved vector with the information of the parent of every node |
r
the parent index of the node
Haidong Yi, Ayush T. Raman
1 2 | nodes <- c(2,3,4,4)
get_father(2, nodes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.