I’ve been thinking a lot about the recent Australian federal election … and to visualise the data i’ve needed to plot the vote outcomes by booth.
As is so often the case, this is pretty easing using R.
The fantastic data.table package looks after joining the polling place IDs to the longitude and latitude coordinates, and the leaflet package creates great maps.
2 thoughts on “Maps with geo-spatial coordinates in R”