shp_df | R Documentation |
Every element of the list is a data frame, which can be used with 'ggplot2'.
A list with 8 data frames with swiss territory boundaries (at various levels).
Columns are not all the same across data frames, but usually they have the following in common:
long. Longitude coordinate (x)
lat. Latitude coordinate (y)
group. A factor to be used to plot the polygons correctly (with ggplot2)
https://data.geo.admin.ch/browser/index.html#/collections/ch.bfs.historisierte-administrative_grenzen_g1?.language=en. Download date: 2015-08-18
data(shp_df)
class(shp_df)
length(shp_df)
names(shp_df)
str(shp_df[["g1k15"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.