rmapteach
My recent R teaching. Structured as an R package mostly for my benefit.
Visualisation (ggplot2) and mapping (tmap) tutorial
Given at the Software Sustainability Institute datavis workshop July 2016. Manchester.
tutorial
intro talk
Intro mapping tutorial. University of Venda South Africa, November 2016
Installation
You probably wouldn't want to install this as a package. Instead you are more likely to want to just access documents from github as shown above. However this would be a quick way of getting everything locally.
#install.packages("devtools")
require(devtools)
install_github('AndySouth/rmapteach')
require(rmapteach)