shp_sf | R Documentation |
Every element of the list is a 'sf' data frame, which can be used with 'ggplot2'.
A list with 8 'sf' data frames with swiss territory boundaries (at various levels).
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.
https://data.geo.admin.ch/browser/index.html#/collections/ch.bfs.historisierte-administrative_grenzen_g1?.language=en. Download date: 2015-08-18
data(shp_sf)
class(shp_sf)
length(shp_sf)
names(shp_sf)
str(shp_sf[["g1k15"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.