shp_df {ggswissmaps} | R Documentation |
A list with 8 data frames of swiss territory boundaries, at various levels.
Description
Every element of the list is a data frame, which can be used with 'ggplot2'.
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:
long. Longitude coordinate (x)
lat. Latitude coordinate (y)
group. A factor to be used to plot the polygons correctly (with ggplot2)
Source
http://www.bfs.admin.ch/bfs/portal/fr/index/dienstleistungen/geostat/datenbeschreibung.html
Examples
data(shp_df)
class(shp_df)
length(shp_df)
names(shp_df)
str(shp_df[["g1k15"]])
[Package ggswissmaps version 0.1.1 Index]