Computerworld’s 10-step tutorial for creating interactive election maps with R
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
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
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.