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