Description Usage Arguments Value Examples
Retrieves a list of all tags for the given node.
1 | tree.get.tags(phylo, node)
|
phylo |
input phylo object |
node |
the node index for the desired tags |
list containing all tags associated with this node, if tags exist; empty list otherwise.
1 2 | tree <- tree.read('((a,b[&&NHX:foo=bar]),c);')
tree.get.tags(tree, tree.node.with.label(tree, 'b')) # foo => bar
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.