The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
rWCVP is a package for accessing and using plant name and distribution data from the World Checklist of Vascular Plants
You can install the development version of rWCVP from GitHub with:
# install.packages("remotes")
::install_github("matildabrown/rWCVP") devtools
rWCVP makes it easy to get and plot the known distribution of plant species.
library(rWCVP)
<- wcvp_distribution("Myrcia guianensis", taxon_rank="species")
distribution
# global map
wcvp_distribution_map(distribution)
# zoomed-in map
wcvp_distribution_map(distribution, crop_map=TRUE)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.