Description Usage Arguments Details References Examples
Return names of each node in tree based on searching tip labels through Global Names Resolver http://resolver.globalnames.org/ in NCBI.
| 1 | getNodeLabels(tree, all = FALSE, cache = FALSE, parent = NULL)
 | 
| tree | phylogenetic tree (ape class) | 
| all | count tips as nodes, default False | 
| cache | T/F, create a local cache of downloaded names? | 
| parent | specify parent of all names to prevent false names | 
For each node, all the children are searched, the taxonomic lineages returned and then searched to find the lowest shared name. All the tip labels are searched against a specified taxonomic database through the GNR and NCBI.
No references yet! https://github.com/DomBennett/MoreTreeTools.
| 1 | # example.var <- exampleFun (test.data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.