Learn R Programming

TR8 (version 0.8)

Tr8-class: Class "Tr8"

Description

Class Tr8 is used as a "containter" for all other functions and classes needed to download traits data from various databases

Arguments

Rdversion

1.1

docType

class

Objects from the Class

Objects can be created by calls of the form new("Tr8", ...).

See Also

tr8

Examples

Run this code
## the bib() methods let the user have the exact
## bibliographic citations to be used for the
## retrieved data

## download trait data for Abies alba (beware: at the moment
## setting gui_config=FALSE will only retrieve Ellenberg
## data from Italian Flora's species)
My_traits<-tr8(species_list=c("Abies alba"),gui_config=FALSE)

## See what citations should be used for the data
bib(My_traits)

## to see a short explanation for the codes used to identify
## the traits use lookup()

lookup(My_traits)

Run the code above in your browser using DataLab