taxa_get_phylomatic_tree: Get phylomatic subtree

View source: R/findtrees.R

taxa_get_phylomatic_treeR Documentation

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

phy <- taxa_get_phylomatic_tree(c("Panthera leo", "Panthera onca",
         "Panthera tigris", "Panthera uncia"))
plot(phy)

phylotastic/rphylotastic documentation built on Aug. 22, 2023, 9:51 p.m.