bamlss (version 0.1-2)

Austria: Austria States and Topography

Description

These two data sets provide the states of Austria as a SpatialPolygonsDataFrame and the topography of Austria as a raster object.

Usage

data("Austria")

Arguments

References

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

Examples

Run this code
# 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