taxa_get_otol_tree: Get OToL induced subtree

Description Usage Arguments Value See Also Examples

View source: R/findtrees.R

Description

Get OToL induced subtree

Usage

1

Arguments

taxa

The vector of names, already resolved to match OToL taxa

Value

A phylo object

See Also

https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription or the rotl package, another interface to Open Tree of Life

Examples

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)

rphylotastic documentation built on March 18, 2018, 1:46 p.m.