With the US election season in full swing, you can hardly browse a newspaper website without seeing some kind of map showing election or polling results, like this one from the New York Times.
With election data (usually) accessible online, and a wealth of mapping tools available in the R language, you can fairly easily make similar maps yourself by following this 10-step guide from Computerworld's Sharon Machlis. The guide covers reading the raw data into R and defining a variable to map, combining the data with a shape file of geographic boundaries, creating a static map with color-coding, and making and publishing an interactive map with data pop-ups, layers, and navigation controls. The tutorial makes heavy use of RStudio's leaflet package, which makes it easy to access the capabilities of the leaflet Javascript library from R.
To learn how to create interactive versions of maps like the one above, check out the tutorial at the link below.
Computerworld: Create maps in R in 10 (fairly) easy steps
Comments