8000 GitHub - MuraEnok/choroplethr: choroplethr simplifies the creation of choropleths (thematic maps) in R
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MuraEnok/choroplethr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 94.6%
  • JavaScript 5.0%
  • CSS 0.4%
0