Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliasilge/choroplethrutcensustract

Shapefile, Metadata, and Visualization Functions for US Census Tracts in Utah :sunrise_over_mountains:
https://github.com/juliasilge/choroplethrutcensustract

Last synced: about 1 month ago
JSON representation

Shapefile, Metadata, and Visualization Functions for US Census Tracts in Utah :sunrise_over_mountains:

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/juliasilge/choroplethrUTCensusTract.svg?branch=master)](https://travis-ci.org/juliasilge/choroplethrUTCensusTract)

# choroplethrUTCensusTract
Shapefile, Metadata, and Visualization Functions for US Census Tracts in Utah

Based on Ari Lamstein's `choroplethrCaCensusTract` package

## Installation

To install the package type the following:

```
# install.packages("devtools")
library(devtools)
install_github("juliasilge/choroplethrUTCensusTract")
library(choroplethrUTCensusTract)
```

## How to Use This Package

Check out the [guide for this package on RPubs](http://rpubs.com/juliasilge/153515). For help within R, try `?ut_tract_choropleth` for getting started with the main visualization function.