powered by
These two data sets provide the states of Austria as a SpatialPolygonsDataFrame and the topography of Austria as a raster object.
SpatialPolygonsDataFrame
raster
data("Austria")
Austria (2016). Nuts Einheiten, STATISTIK AUSTRIA. http://www.statistik.at/web_de/klassifikationen/regionale_gliederungen/nuts_einheiten/index.html
Austria Topography (2016). National Centers for Environmental Information, National Oceanic and Atmospheric Administration (NOAA). https://www.ngdc.noaa.gov/mgg/global/global.html
# NOT RUN { require("raster") data("Austria") plot(AustriaTopo, col = terrain.colors(10)) plot(Austria, add = TRUE) # }
Run the code above in your browser using DataLab