LandShapefile: Shapefiles of Switzerland in 2017

Description Usage Format Source Examples

Description

Data was retrieved by https://www.swisstopo.admin.ch/ and includes the shapefiles of the land, cantons and municipalities of Switzerland in 2017.

Usage

1
2
3

Format

An object of class SpatialPolygonDataFrame

Source

https://www.swisstopo.admin.ch/

Examples

1
2
3
4
5
6
7
data(CantonShapefile)
plot(CantonShapefile)
# to get an idea about the crude population counts
spplot(pol_canton2017, "EINWOHNERZ")
# and population density
pol_canton2017$popdens <- pol_canton2017$EINWOHNERZ/area(pol_canton2017)
spplot(pol_canton2017, "popdens")

akiskon89/GeoSwiss documentation built on April 6, 2020, 8:44 p.m.