Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 975 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 975 Bytes

LCVP v1.0.2

This is a datapackage containing the species list of the Leipzig Plant Catalogue. To use the data for name resolution use the lcvplants package.

Installation

You can easily install LCVP from within R using devtools (you may need to instsall devtools first).

devtools::install_github("idiv-biodiversity/LCVP")

Usage

LCP is a data package. You can use it to access and export the Leipzig Vascular Plant Catalogue. For taxonomic name resolution using LCVP use the lcvplants package.

data(tab_lcvp)
str(tab_lcvp)
head(tab_lcvp)

data(ref_lcvp)
head(ref_lcvp)

Citation

Freiberg M, Winter M, Gentile A, Zizka A, Muellner-Riehl AN, Weigelt A & Wirth C. The Leipzig Catalogue of Plants (LCVP) –- An improved taxonomic reference list for all known vascular plants. R package, available at https://github.com/idiv-biodiversity/LCVP.