get_domains: Get the phytogeographic domain of a list of taxa

Description Usage Arguments Value Examples

View source: R/get_domains.R

Description

Get the phytogeographic domain of a list of taxa

Usage

1

Arguments

taxa

A data frame with taxon names as returned by get.taxa()

Value

A data frame as returned by get.taxa with an extra column named domain.

Examples

1
2
3
4
5
## Not run: 
taxa <- get.taxa(c("Myrcia guianensis", "bleh", "Xylopia", "Miconia albicans", "bleh", "Poa annua"))
get_domains(taxa)

## End(Not run)

flora documentation built on April 28, 2020, 9:05 a.m.

Related to get_domains in flora...