Description
Generating Summaries, Reports and Plots from the World Checklist of Vascular Plants.
Description
A companion to the World Checklist of Vascular Plants (WCVP). It includes functions to generate maps and species lists, as well as match names to the WCVP. For more details and to cite the package, see: Brown M.J.M., Walker B.E., Black N., Govaerts R., Ondo I., Turner R., Nic Lughadha E. (in press). "rWCVP: A companion R package to the World Checklist of Vascular Plants". New Phytologist.
README.md
rWCVP
rWCVP is a package for accessing and using plant name and distribution data from the World Checklist of Vascular Plants
Installation
You can install the development version of rWCVP from GitHub with:
# install.packages("remotes")
devtools::install_github("matildabrown/rWCVP")
Example
rWCVP makes it easy to get and plot the known distribution of plant species.
library(rWCVP)
distribution <- wcvp_distribution("Myrcia guianensis", taxon_rank="species")
# global map
wcvp_distribution_map(distribution)
# zoomed-in map
wcvp_distribution_map(distribution, crop_map=TRUE)