Browse Source

readme

master
boB Rudis 5 years ago
parent
commit
86e1e16ee9
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 37
      README.Rmd
  2. BIN
      man/figures/README-all-1.png
  3. BIN
      man/figures/README-continuous-1.png
  4. BIN
      man/figures/README-continuous_noleg-1.png
  5. BIN
      man/figures/README-fert-1.png
  6. BIN
      man/figures/README-manual-1.png
  7. BIN
      man/figures/README-mort-1.png
  8. BIN
      man/figures/README-original-1.png
  9. BIN
      man/figures/README-rounded-1.png
  10. BIN
      man/figures/README-rounded2-1.png
  11. BIN
      man/figures/README-sb_facet-1.png

37
README.Rmd

@ -4,41 +4,32 @@ editor_options:
chunk_output_type: console chunk_output_type: console
--- ---
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) ```{r pkg-knitr-opts, include=FALSE}
[![Build Status](https://travis-ci.org/hrbrmstr/statebins.svg?branch=master)](https://travis-ci.org/hrbrmstr/statebins) hrbrpkghelpr::global_opts()
[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.2.0-6666ff.svg)](https://cran.r-project.org/)
[![packageversion](https://img.shields.io/badge/Package%20version-2.0.0-orange.svg?style=flat-square)](commits/master)
![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/statebins)
[![](http://cranlogs.r-pkg.org/badges/statebins)](http://cran.rstudio.com/web/packages/statebins/index.html)
[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/statebins.svg?branch=master)](https://travis-ci.org/hrbrmstr/statebins)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/hrbrmstr/statebins?branch=master&svg=true)](https://ci.appveyor.com/project/hrbrmstr/statebins)
```{r include=FALSE}
knitr::opts_chunk$set(message=FALSE, warning=FALSE)
``` ```
# statebins ```{r badges, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::stinking_badges()
```
Create 'U.S.' Uniform Square State Cartogram Heatmaps ```{r description, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::yank_title_and_description()
```
## What's in the tin? ## What's Inside The Tin
The following functions are implemented: The following functions are implemented:
- `statebins`: Creates "statebin" charts in the style of http://bit.ly/statebins ```{r ingredients, results='asis', echo=FALSE, cache=FALSE}
- `geom_statebins`: A statebins Geom (WIP!) hrbrpkghelpr::describe_ingredients()
- `theme_statebins`: Base statebins theme ```
## Installation ## Installation
```{r install, eval=FALSE} ```{r install-ex, results='asis', echo=FALSE, cache=FALSE}
devtools::install_github("hrbrmstr/statebins") hrbrpkghelpr::install_block()
``` ```
## NOTE
Due to a number of things, this is dependent on the _development_ version of ggplot2 and now identifies that in the `DESCRIPTION` metadata, _including_ a `Remotes:` field (which will be removed when this & ggplot2 hit CRAN).
## Usage ## Usage
All of the following examples use the [WaPo data](http://www.washingtonpost.com/wp-srv/special/business/states-most-threatened-by-trade/states.csv?cache=1). It looks like the columns they use are scaled data and I didn't take the time to figure out what they did, so the final figure just mimics their output (including the non-annotated legend). All of the following examples use the [WaPo data](http://www.washingtonpost.com/wp-srv/special/business/states-most-threatened-by-trade/states.csv?cache=1). It looks like the columns they use are scaled data and I didn't take the time to figure out what they did, so the final figure just mimics their output (including the non-annotated legend).

BIN
man/figures/README-all-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
man/figures/README-continuous-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
man/figures/README-continuous_noleg-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
man/figures/README-fert-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
man/figures/README-manual-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
man/figures/README-mort-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
man/figures/README-original-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
man/figures/README-rounded-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
man/figures/README-rounded2-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
man/figures/README-sb_facet-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Loading…
Cancel
Save