available_traits {TR8} | R Documentation |
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()
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.
Value
a data frame
Author(s)
Gionata Bocci <boccigionata@gmail.com>
See Also
tr8
Examples
## 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)
[Package TR8 version 0.9.22 Index]