Description Usage Arguments Value See Also Examples
Get OToL induced subtree
1  | taxa_get_otol_tree(taxa)
 | 
taxa | 
 The vector of names, already resolved to match OToL taxa  | 
A phylo object
https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription or the rotl package, another interface to Open Tree of Life
1 2 3 4 5  | taxa <- c("Crabronidae", "Ophiocordyceps", "Megalyridae",
          "Formica polyctena", "Tetramorium caespitum",
          "Pseudomyrmex", "Carebara diversa", "Formicinae")
phy <- taxa_get_otol_tree(taxa)
plot(phy)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.