get_domains {flora}R Documentation

Get the phytogeographic domain of a list of taxa

Description

Get the phytogeographic domain of a list of taxa

Usage

get_domains(taxa)

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

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

## End(Not run)

[Package flora version 0.3.4 Index]