Learn R Programming

flora (version 0.3.4)

get_lifeform: Get the listed vegetation life forms for a list of taxa

Description

Get the listed vegetation life forms for a list of taxa

Usage

get_lifeform(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 life.form

Examples

Run this code
# NOT RUN {
taxa <- get.taxa(c("Myrcia guianensis", "bleh", "Xylopia", "Miconia albicans", "bleh", "Poa annua"))
get_lifeform(taxa)
# }

Run the code above in your browser using DataLab