Learn R Programming

flora (version 0.1)

fmt.taxa: Present taxonomical information in a more readable way

Description

This function converts a flora object to a data frame

Usage

fmt.taxa(taxa)

Arguments

taxa
A taxa object as returned by get.taxon.info.

Value

  • A data frame.

References

http://floradobrasil.jbrj.gov.br/

See Also

get.taxon.info

Examples

Run this code
species <- get.taxon.info(c("Myrcia bella", "Myrcia lingua", "Myconia"))
fmt.taxa(species)

Run the code above in your browser using DataLab