maps2: A list with 8 'ggplot2' objects of swiss territory...

Description Usage Format Details Source Examples

Description

Every element of the list is a 'ggplot2' graphic, corresponding to an element of shp_df.

Usage

1

Format

A list with 8 data frames with swiss territory boundaries (at various levels).

Details

Columns are not all the same across data frames, but usually they have the following in common:

Source

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
class(maps2)
length(maps2)
names(maps2)
# str(maps2[["g1k15"]])

# By name
maps2[["g1k15"]]

# By index
maps2[[5]]

Example output

Loading required package: ggplot2
[1] "list"
[1] 8
[1] "g1b15"      "g1g15_encl" "g1g15_li"   "g1g15"      "g1k15"     
[6] "g1l15"      "g1r15"      "g1s15"     

ggswissmaps documentation built on May 2, 2019, 3:05 a.m.