choroplethr simplifies the creation of choropleth maps in R. Choropleths are thematic maps where geographic regions, such as states, are colored according to some metric, such as the number of people who live in that state. choroplethr simplifies this process by
My free course Learn to Map Census Data in R can teach you how to use this package. There is also a paid course that goes into much more detail. I blog about this package's development here.
Please see the following pages for more details.
To install the latest stable release type the following from an R console:
install.packages("choroplethr")
To install the development version use the devtools
package:
# install.packages("devtools")
library(devtools)
install_github("choroplethr", "arilamstein")
library(choroplethr)