choroplethr simplifies the creation of choropleths in R. A choropleth is a thematic map where geographic regions such as states are colored according to some metric, such as which political party the state voted for. choroplethr supports four levels of geographic resolution and two types of scales. Common problems such as matching county data with map data, choosing and labeling discrete scales and creating a clean background are handled automatically. choroplethr provides native support for viewing data from the US Census's American Community Survey (ACS).
Version: | 1.7.0 |
Depends: | R (≥ 3.0.0) |
Imports: | ggplot2, scales, plyr, Hmisc, grid, acs, stringr |
Suggests: | testthat, maps, zipcode, knitr |
Published: | 2014-06-15 |
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) What is a choropleth? When should I use one? b) Choosing a Level of Detail (lod) c) Choosing a Scale Type d) Mapping Census Data e) Creating Animated Choropleths f) ZIP Level Maps |
Package source: | choroplethr_1.7.0.tar.gz |
Windows binaries: | r-devel: choroplethr_1.7.0.zip, r-release: choroplethr_1.7.0.zip, r-oldrel: choroplethr_1.7.0.zip |
OS X Snow Leopard binaries: | r-release: choroplethr_1.7.0.tgz, r-oldrel: choroplethr_1.7.0.tgz |
OS X Mavericks binaries: | r-release: choroplethr_1.7.0.tgz |
Old sources: | choroplethr archive |