Skip to content

Instantly share code, notes, and snippets.

@pachevalier
Created February 25, 2015 15:23
Show Gist options
  • Save pachevalier/6759b9dd3fb39d228d67 to your computer and use it in GitHub Desktop.
Save pachevalier/6759b9dd3fb39d228d67 to your computer and use it in GitHub Desktop.
# https://www.data.gouv.fr/fr/datasets/contours-des-cantons-electoraux-departementaux-2015/
library("rgdal")
library("rgeos")
library("maptools")
library("ggplot2")
library("dplyr")
library("stringr")
library("mapproj")
library("ggthemes")
cantons <- readOGR("data/cantons2015/", layer= "CANTONS_2015_WGS84")
fortify(cantons, region = "CT")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment