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. This package simplifies this process by 1. Providing ready-made functions for creating choropleths of common maps. 2. Providing data and 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: | 3.2.0 |
Depends: | R (≥ 3.0.0) |
Imports: | scales, Hmisc, stringr, ggplot2, dplyr, R6, acs, WDI |
Suggests: | testthat, knitr, choroplethrMaps, choroplethrAdmin1 |
Published: | 2015-08-27 |
Author: | Ari Lamstein[cre, aut], Brian P Johnson [ctb, frontend animation code] |
Maintainer: | Ari Lamstein <arilamstein at gmail.com> |
BugReports: | https://github.com/arilamstein/choroplethr/issues |
License: | BSD_3_clause + file LICENSE |
Copyright: | Trulia, Inc. |
URL: | https://github.com/arilamstein/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) Country Choropleths e) Mapping Census Data f) Mapping World Bank Data g) Animated Choropleths h) Creating Your Own Maps i) Creating Administrative Level 1 Maps |
Package source: | choroplethr_3.2.0.tar.gz |
Windows binaries: | r-devel: choroplethr_3.2.0.zip, r-release: choroplethr_3.2.0.zip, r-oldrel: choroplethr_3.2.0.zip |
OS X Snow Leopard binaries: | r-release: choroplethr_3.2.0.tgz, r-oldrel: choroplethr_3.1.0.tgz |
OS X Mavericks binaries: | r-release: choroplethr_3.2.0.tgz |
Old sources: | choroplethr archive |
Reverse imports: | rUnemploymentData |