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 vignettes for more details.
Version: | 2.0.0 |
Depends: | R (≥ 3.0.0) |
Imports: | scales, Hmisc, stringr, ggplot2, dplyr, R6, acs, WDI |
Suggests: | testthat, zipcode, knitr, choroplethrMaps |
Published: | 2014-10-27 |
Author: | Ari Lamstein[cre, aut], Brian P Johnson [ctb, frontend animation code] |
Maintainer: | Ari Lamstein <arilamstein at gmail.com> |
BugReports: | https://github.com/trulia/choroplethr/issues |
License: | BSD_3_clause + file LICENSE |
Copyright: | Trulia, Inc. |
URL: | https://github.com/trulia/choroplethr/, https://groups.google.com/forum/#!forum/choroplethr |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | choroplethr results |
Reference manual: | choroplethr.pdf |
Vignettes: |
a) Introduction b) US State Choropleths c) US County Choropleths d) US ZIP Maps e) Country Choropleths d) Mapping Census Data i) Mapping World Bank Data h) Animated Choropleths i) Creating Your Own Maps |
Package source: | choroplethr_2.0.0.tar.gz |
Windows binaries: | r-devel: choroplethr_2.0.0.zip, r-release: choroplethr_2.0.0.zip, r-oldrel: choroplethr_2.0.0.zip |
OS X Snow Leopard binaries: | r-release: choroplethr_2.0.0.tgz, r-oldrel: choroplethr_2.0.0.tgz |
OS X Mavericks binaries: | r-release: choroplethr_2.0.0.tgz |
Old sources: | choroplethr archive |