Description Usage Arguments Value Examples
Add a pair of leaves branching off of a given leaf node on a tree. Assigns the two newly added leaves labels from node_names. The old leaf where the two new branches were add is also assigned as an internal node.
1 | grow_off_leaf(icceTree, leaf, node_names)
|
icceTree |
icceTree data structure |
leaf |
node number |
node_names |
list of two node names |
new tree topology–two branches added to given leaf and labeled accordingly
1 | icceTree <- grow_off_leaf(icceTree, 1, c('Fibroblasts', 'Fibrocytes'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.