Learn R Programming

TR8 (version 0.9.13)

available_traits: available_traits shows which traits are available for download

Description

The function is meant to help users in showing which traits (and from which databases) can be downloaded

Usage

available_traits()

Arguments

Value

a data frame

Details

Users can call the function to see what data are available for download and decide which one should be passed to the tr8() function (in the download_list argument); the codes to be used as the download_list argument are those contained short_code column.

See Also

tr8

Examples

Run this code
## available_traits()
## If the traits \\code{Maximum area}  and \\code{Leaf area} from
## Ecoflora are needed for the species Salix alba and Populus nigra, type

tr8(species_list=c("Salix alba","Populus nigra"),download_list=c("life_form_P"))

Run the code above in your browser using DataLab