View source: R/chorological-maps.R
fd_forest_chorological | R Documentation |
Download the Chorological Maps for the main European Woody Species.
fd_forest_chorological(species, range = "nat", quiet = FALSE)
species |
a character vector with the Latin name of a tree species contained in the Chorological Maps database (see details) |
range |
the default " |
quiet |
if |
Data may be freely used for research, study, or teaching, but be cited appropriately (see references below).
The chorological maps provide a general overview of the distribution of the main European woody species. The geodatabase was formed by the combination of numerous and heterogeneous data for a continental-scale overview of the species' distribution range. There are a total of 4 versions available, and the function will get the most recent version for each of the species. This means for instance that some species may be on version 2, and therefore, the data from that version will be retrieved.
sf
object
Caudullo, G., Welk, E., San-Miguel-Ayanz, J., 2017. Chorological maps for the main European woody species. Data in Brief 12, 666. DOI: doi.org/10.1016/j.dib.2017.05.007
metadata_forestdata for a list of possible species
# Download data for sweet chestnut
chestnut_nat_sf <- fd_forest_chorological(species = "Castanea sativa", range = "nat")
# Plot the data
plot(chestnut_nat_sf$geometry)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.