Description Usage Arguments Value Examples
This function will recursively walk through a given tree and remove all of the descendants of a given node, making the given node a new leaf.
1 | cut_tree(node, root, node_matrix, i)
|
node |
node number |
root |
root of non-proper subtree |
node_matrix |
node matrix obtained from create_node_matrix function |
i |
row in node matrix, starting at 1 |
None
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.