Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/juliasilge/choroplethrutcensustract
- Owner: juliasilge
- License: other
- Created: 2016-01-29T02:40:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T19:47:16.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T13:35:18.445Z (3 months ago)
- Language: R
- Homepage:
- Size: 949 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 UtahBased 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.