choroplethr

Simplify the Creation of Choropleth Maps in R


License
BSD-1-Clause

Documentation

choroplethr

Master: Build Status Dev: Build Status

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

  1. Providing ready-made functions for creating choropleths using four different maps.
  2. Providing API connections to interesting data sources for making choropleths.
  3. Providing a framework for creating choropleths from arbitrary shapefiles.

Please see the following pages for more details.

  1. Introduction
  2. US State Choropleths
  3. US County Choropleths
  4. US ZIP Maps
  5. Country Choropleths
  6. Mapping US Census Data
  7. Mapping World Bank WDI Data
  8. Animated Choropleths
  9. Creating Your Own Maps
  10. Creating Administrative Level 1 Maps

Installation

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", "trulia")
library(choroplethr)