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

Description Usage Details Value Author(s) See Also Examples

View source: R/available_traits.R

Description

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

Usage

1

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

1
2
3
4
5
6
7
## 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)

Example output

        	Please remember to always cite the appropriate sources of traits data (see ?bib).
        
Warning message:
no DISPLAY variable so Tk is not available 
              life_form_P
Populus nigra      P SCAP
Salix alba         P SCAP

TR8 documentation built on Dec. 2, 2020, 1:06 a.m.