Learn R Programming

ggswissmaps (version 0.0.2)

maps: A list with 8 maps of Switzerland's territory at various levels.

Description

Every element of the list is a ggplot2 object which is already ready to plot.
  • distretti. Swiss districts
  • comuni. Swiss communes (2014)
  • boh. Don't know
  • boh2. Don't know 2
  • cantoni. Swiss cantons
  • ch. Swiss national boundaries
  • gr. Swiss big regions (NUTS3)

Arguments

format

A list with 16 ggplot2 maps with swiss territory

source

http://www.bfs.admin.ch/bfs/portal/fr/index/dienstleistungen/geostat/datenbeschreibung.html

Examples

Run this code
data(maps)
maps[[1]]
names(maps)
maps[["cantoni"]]
str(maps[["cantoni"]])
str(maps[["cantoni"]]$data)

Run the code above in your browser using DataLab