View source: R/available_traits.R
available_traits | R Documentation |
The function is meant to help users in showing which traits (and from which databases) can be downloaded
available_traits()
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.
a data frame
Gionata Bocci <boccigionata@gmail.com>
tr8
## 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
## Not run:
tr8(species_list=c("Salix alba","Populus nigra"),download_list=c("life_form_P"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.