ecoflora | R Documentation |
The function accepts a list of plant species names, tries to download the corresponding functional traits from the Ecoflora website (‘http://www.ecoflora.co.uk/’) and return a data.frame with species names as rows and functional traits as columns.
ecoflora(species_list, reference = ECOFLORA_df, TRAITS)
species_list |
a vector containing list of plant species names. |
reference |
the reference lookup data.frame (this is not ment to be set by users; it is left here for further development) |
TRAITS |
a vector containing the traits to be downloaded (used as a check for tr8_gui() created variables) |
Return a data.frame with species as rows and traits as columns. Only those species present in the Ecoflora database will be included in this data.frame, other species will be left out.
Bocci Gionata
Fitter, A . H. and Peat , H. J., 1994, The Ecological Flora Database, J. Ecol., 82, 415-425.
traits_eco
## Not run:
#My_data<-ecoflora(species_list=c("Abies alba"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.