taxlist (version 0.1.7)

taxon_traits: Manipulation of taxon traits in taxlist objects.

Description

The slot 'taxonTraits' in '>taxlist objects contains attributes of taxon concepts (e.g. functional traits). These functions are suitable for replacing, retrieving and appending trait information in taxonomic lists.

Usage

# S4 method for taxlist
taxon_traits(taxlist, ...)

taxon_traits(taxlist) <- value

# S4 method for taxlist,numeric update_trait(taxlist, ConceptID, ...)

Arguments

taxlist

A '>taxlist object.

ConceptID

A numeric vector with the respective taxon concept IDs.

value

Data frame to be set as slot 'taxonTraits'.

...

Further arguments to be passed among methods.

Details

Taxon traits are contained in a data frame at the slot 'taxonTraits' in '>taxlist objects. To optimise space, this data frame contain only entries for those concepts with information, while taxa with no information are skipped from this table. Thus appending new variables may also have to include new rows in this slot, which is automatically carried out by this function.

The replacement method 'taxon_traits<-' should be only used when constructing '>taxlist objects from an empty one.

See Also

'>taxlist.

Examples

Run this code
# NOT RUN {
library(taxlist)

data(Easplist)
summary(Easplist, units="Mb")

## Get the head of slot "taxonTraits"
head(taxon_traits(Easplist))
# }

Run the code above in your browser using DataLab