rdwd (version 1.7.1)

EUR: Map of Western European countries through the rworldmap package

Description

Map of Western European countries through the rworldmap package

Arguments

Format

SpatialPolygonsDataFrame (package "sp") with 32 rows

Author

Berry Boessenkool, berry-b@gmx.de, Aug 2019

Details

Use directly with:
load(system.file("extdata/EUR.rda", package="rdwd"))

Obtained with the code:

EUR <- rworldmap::getMap("low")
EUR <- raster::crop(EUR, c(-11,25, 40,60))
raster::crs(EUR) <- raster::crs(DEU)
raster::plot(EUR)
save(EUR,        file="inst/extdata/EUR.rda", version=2)
tools::resaveRdaFiles("inst/extdata/EUR.rda", version=2)

See Also

addBorders, DEU