shp_sf {ggswissmaps} | R Documentation |
A list with 8 'sf' objects of swiss territory boundaries, at various levels.
Description
Every element of the list is a 'sf' data frame, which can be used with 'ggplot2'.
Format
A list with 8 'sf' data frames with swiss territory boundaries (at various levels).
Details
Every 'sf' data frame has a column "geometry", which is a list-column containing the boundaries of the polygons.
See the vignette (vignette("ggswissmaps_with_sf", package = "ggswissmaps")
)
for some examples.
Source
https://data.geo.admin.ch/browser/index.html#/collections/ch.bfs.historisierte-administrative_grenzen_g1?.language=en. Download date: 2015-08-18
Examples
data(shp_sf)
class(shp_sf)
length(shp_sf)
names(shp_sf)
str(shp_sf[["g1k15"]])
[Package ggswissmaps version 0.1.2 Index]