taxlist (version 0.1.7)

taxlist-package: Handling Taxonomic Lists

Description

The class '>taxlist is defined in this package using the S4 language. The main task of taxlist objects is to keep the taxonomic coherence of information included in taxonomic lists and to implement functions (methods) for a proper data handling. Objects of class '>taxlist can be included in further objects, for instance in biodiversity records as done in the package vegtable.

For a more detailed description of this package, see Alvarez & Luebert (2018).

Arguments

References

Alvarez M, Luebert F (2018). The taxlist package: managing plant taxonomic lists in R. Biodiversity Data Journal 6: e23635. https://doi.org/10.3897/bdj.6.e23635

Jansen F, Dengler J (2010). Plant names in vegetation databases -- a neglected source of bias. Journal of Vegetation Science 21: 1179--1186. https://doi.org/10.1111/j.1654-1103.2010.01209.x

Examples

Run this code
# NOT RUN {
## Install last release from CRAN
install.packages("taxlist", dependencies=TRUE)

## Installing last version from GitHub
library(devtools)
install_github("kamapu/taxlist", build_vignette=TRUE)
# }

Run the code above in your browser using DataLab