available_traits: available_traits shows which traits are available for...

View source: R/available_traits.R

available_traitsR 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)

GioBo/TR8 documentation built on June 16, 2022, 9:10 p.m.