get_vegtype: Get the listed vegetation types for a list of taxa

View source: R/get_vegtype.R

get_vegtypeR Documentation

Get the listed vegetation types for a list of taxa

Description

Get the listed vegetation types for a list of taxa

Usage

get_vegtype(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 vegtype.

Examples

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

## End(Not run)

gustavobio/flora documentation built on Feb. 3, 2024, 8:40 a.m.