MuraEnok / choroplethr

choroplethr simplifies the creation of choropleths (thematic maps) in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

choroplethr

Master: Build Status

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 three levels of geographic resolution and three 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).

The choroplethr package is described more fully the wiki.

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

About

choroplethr simplifies the creation of choropleths (thematic maps) in R

License:Other


Languages

Language:R 94.6%Language:JavaScript 5.0%Language:CSS 0.4%