Browse Source

Figures

master
hrbrmstr 10 years ago
parent
commit
5bc401fabc
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      R/statebins.R
  2. 2
      README.md
  3. BIN
      _README_files/figure-markdown_github/unnamed-chunk-31.png
  4. BIN
      _README_files/figure-markdown_github/unnamed-chunk-32.png
  5. BIN
      _README_files/figure-markdown_github/unnamed-chunk-33.png
  6. BIN
      _README_files/figure-markdown_github/unnamed-chunk-34.png

4
R/statebins.R

@ -88,7 +88,7 @@ statebins <- function(state_data, state_col="state", value_col="value",
gg <- gg + coord_equal()
gg <- gg + labs(x=NULL, y=NULL, title="")
gg <- gg + theme_bw()
gg <- gg + theme(plot.margin=unit(c(-0.5,-0.5,-0.5,-0.5), "cm"))
# gg <- gg + theme(plot.margin=unit(c(-0.5,-0.5,-0.5,-0.5), "cm"))
gg <- gg + theme(legend.position=legend_position)
gg <- gg + theme(panel.border=element_blank())
gg <- gg + theme(panel.grid=element_blank())
@ -179,7 +179,7 @@ statebins_continuous <- function(state_data, state_col="state", value_col="value
gg <- gg + labs(x=NULL, y=NULL, title="")
gg <- gg + theme_bw()
gg <- gg + theme(legend.position=legend_position)
gg <- gg + theme(plot.margin=unit(c(-0.5,-0.5,-0.5,-0.5), "cm"))
# gg <- gg + theme(plot.margin=unit(c(-0.5,-0.5,-0.5,-0.5), "cm"))
gg <- gg + theme(panel.border=element_blank())
gg <- gg + theme(panel.grid=element_blank())
gg <- gg + theme(panel.background=element_blank())

2
README.md

@ -90,7 +90,7 @@ library(testthat)
date()
```
## [1] "Tue Aug 26 13:21:05 2014"
## [1] "Tue Aug 26 13:23:54 2014"
``` {.r}
test_dir("tests/")

BIN
_README_files/figure-markdown_github/unnamed-chunk-31.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

BIN
_README_files/figure-markdown_github/unnamed-chunk-32.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

BIN
_README_files/figure-markdown_github/unnamed-chunk-33.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
_README_files/figure-markdown_github/unnamed-chunk-34.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Loading…
Cancel
Save