Description Usage Arguments Value Examples
Relabel node label n_old with node label n_new on tree.
1 | relabel_tree(icceTree, n_old, n_new)
|
icceTree |
icceTree data structure |
n_old |
node number |
n_new |
node number |
relabeled tree with node label n_old with node label n_new
1 | icceTree <- relabel_tree(icceTree, 7, 15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.