Skip to content

isi-avbulimen/Choropleth-Maps-in-R

Repository files navigation

Choropleth Maps in R

Isi Avbulimen

28-02-2019

This folder contains materials for the Department for Transport Coffee & Coding session delivered by Isi Avbulimen on 10th October 2018 on how to produce choropleth maps in R which you can customise in (almost!) anyway that you want.

Packages

You'll need the following packages installed:

install.packages(c("readr", "dplyr", "broom", "rgdal", "rgeos", "classInt", "ggplot2", "RColorBrewer", "viridis"))

Folder Structure

Data

Contains dummy data used for map

Shapefiles

Contains England Local Authority shapefiles to plot map

About

Demo on how to produce customisable choropleth maps in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published