Learn R Programming

rphylotastic (version 0.0.4)

taxa_get_phylomatic_tree: Get phylomatic subtree

Description

Get phylomatic subtree

Usage

taxa_get_phylomatic_tree(taxa)

Arguments

taxa

The vector of names, already resolved

Value

A phylo object

See Also

https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription or the interface of phylomatic http://phylodiversity.net/phylomatic/

Examples

Run this code
# NOT RUN {
phy <- taxa_get_phylomatic_tree(c("Panthera leo", "Panthera onca",
         "Panthera tigris", "Panthera uncia"))
plot(phy)
# }

Run the code above in your browser using DataLab