Example mask shapefile
get_destination_areas.Rd
Example mask shapefile.
Details
Example of input destination_areas
used for functions. It is a sample
from Natura 2000 areas.
References
European Environment Agency. (2023). Natura 2000 data - the European network of protected sites. European Environment Agency. Retrieved from https://www.eea.europa.eu/en Last Access: 16/10/2024.
Examples
destination_areas <- get_destination_areas()
#> Reading layer `destination_areas' from data source
#> `/home/runner/work/_temp/Library/EGCorrs/external/destination_areas/destination_areas.shp'
#> using driver `ESRI Shapefile'
#> Simple feature collection with 1 feature and 1 field
#> Geometry type: POLYGON
#> Dimension: XY
#> Bounding box: xmin: 24.3053 ymin: 36.62173 xmax: 24.49323 ymax: 36.75966
#> Geodetic CRS: WGS 84
plot(destination_areas)