• Stars
    star
    141
  • Rank 259,971 (Top 6 %)
  • Language
    R
  • License
    Other
  • Created almost 11 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

choroplethr

Master: Build Status Dev: Build Status

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 following pages for more details.

  1. Introduction
  2. US State Choropleths
  3. US County Choropleths
  4. US ZIP Maps
  5. Country Choropleths
  6. Mapping US Census Data
  7. Mapping World Bank WDI Data
  8. Animated Choropleths
  9. Creating Your Own Maps
  10. Creating Administrative Level 1 Maps

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

More Repositories

1

hologram

A markdown based documentation system for style guides.
Ruby
2,158
star
2

hologram-example

An example repository that shows off using hologram
CSS
120
star
3

cidr-house-rules

An API and collection system to centralize important AWS resource information across multiple accounts
Python
85
star
4

webpagetest-charts-api

An api of endpoints to build charts from WebPagetest results
JavaScript
67
star
5

thoth

Thoth is a real-time solr monitor and search analysis engine. It's a set of tools that can help you collect, visualize and leverage data coming from your solr search Infrastructure
Java
66
star
6

trulia-java-rets-client

Trulia Java RETS Client is library used to access data on RETS compliant servers.
Java
32
star
7

webpagetest-charts-ui

A UI of charts built on top of webpagetest-charts-api
CSS
30
star
8

legoo

Legoo: A collection of automation modules to build analytics infrastructure
Python
20
star
9

thoth-ml

Java
15
star
10

node-optimizely

Runs optimizely experiments in node using either jsdom (slow & stable) or cheerio+node-vm (young blood)
HTML
15
star
11

islands-talk

From Monolith to Islands: The Journey to Developersโ€™ Happiness | Zeit Day 2018
12
star
12

rUnemploymentData

Data and Functions for dealing with US Unemployment Data in R
R
8
star
13

thoth-dashboard

Thoth Dashboard is the module that is responsible of visualizing data contained in Thoth
CSS
6
star
14

choroplethrMaps

Maps for the R package choroplethr
R
6
star
15

choroplethrShiny

A web app based on the R package choroplethr
R
4
star
16

thoth-monitor

Thoth Monitor is the module that is responsible for monitoring various metrics. It leverages collected Thoth data and offers continuous monitoring and alerting.
Java
3
star
17

grunt-multibundle-requirejs

Grunt task for handling multi-bundle requirejs setup
JavaScript
3
star
18

thoth-api

Thoth API is the module that is providing an abstraction of the data contined on the Thoth Index.
JavaScript
3
star
19

choroplethrAdmin1

Contains an Administrative-Level-1 Map of the World
R
2
star
20

thoth-demo

Demo for Thoth
JavaScript
2
star
21

stail

Java
1
star
22

cidr-house-rules-terraform-nat-gateway-sg

This module allows for whitelisting NAT gateways of an entire AWS account IPs using cidr-house-rules API
HCL
1
star
23

cidr-house-rules-role

Supporting Terraform module for https://github.com/trulia/cidr-house-rules
HCL
1
star