Browse Source

fixed image title

pull/4/head
Bob Rudis 9 years ago
parent
commit
ad827a5f22
  1. 2
      README.Rmd
  2. 6
      README.md
  3. BIN
      README_files/figure-markdown_github/unnamed-chunk-6-1.png

2
README.Rmd

@ -69,7 +69,7 @@ gg_s <- state_flu %>%
statebins(brewer_pal="RdPu", breaks=4, statebins(brewer_pal="RdPu", breaks=4,
labels=c("Minimal", "Low", "Moderate", "High"), labels=c("Minimal", "Low", "Moderate", "High"),
legend_position="bottom", legend_title="ILI Activity Level") + legend_position="bottom", legend_title="ILI Activity Level") +
ggtitle("CDC State FluView (2014-01-03)") ggtitle("CDC State FluView (2015-01-03)")
``` ```
```{r echo=FALSE, fig.height=5, fig.width=7} ```{r echo=FALSE, fig.height=5, fig.width=7}

6
README.md

@ -56,7 +56,7 @@ library(statebins)
packageVersion("cdcfluview") packageVersion("cdcfluview")
``` ```
## [1] '0.1' ## [1] '0.2'
``` r ``` r
flu <- get_flu_data("hhs", sub_region=1:10, "ilinet", years=2014) flu <- get_flu_data("hhs", sub_region=1:10, "ilinet", years=2014)
@ -102,7 +102,7 @@ gg_s <- state_flu %>%
statebins(brewer_pal="RdPu", breaks=4, statebins(brewer_pal="RdPu", breaks=4,
labels=c("Minimal", "Low", "Moderate", "High"), labels=c("Minimal", "Low", "Moderate", "High"),
legend_position="bottom", legend_title="ILI Activity Level") + legend_position="bottom", legend_title="ILI Activity Level") +
ggtitle("CDC State FluView (2014-01-03)") ggtitle("CDC State FluView (2015-01-03)")
``` ```
![](README_files/figure-markdown_github/unnamed-chunk-6-1.png) ![](README_files/figure-markdown_github/unnamed-chunk-6-1.png)
@ -116,7 +116,7 @@ library(testthat)
date() date()
``` ```
## [1] "Sun Jan 11 10:53:36 2015" ## [1] "Sun Jan 11 11:01:29 2015"
``` r ``` r
test_dir("tests/") test_dir("tests/")

BIN
README_files/figure-markdown_github/unnamed-chunk-6-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Loading…
Cancel
Save