Skip to content

Commit

Permalink
Through Chapter 9
Browse files Browse the repository at this point in the history
  • Loading branch information
smach committed Mar 18, 2018
1 parent a5228bc commit cfabf5f
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 0 deletions.
161 changes: 161 additions & 0 deletions README.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions booklinks.Rmd
Expand Up @@ -72,3 +72,15 @@ R educator Charlotte Wickham (Hadley's sister), who teaches statistics at Oregon
RStudio's Jenny Bryan posted a [Why purrr?](https://jennybc.github.io/purrr-tutorial/bk01_base-functions.html) explainer at [https://jennybc.github.io/purrr-tutorial/bk01_base-functions.html](https://jennybc.github.io/purrr-tutorial/bk01_base-functions.html).



## Chapter 9

## Additional Resources

One example of a publication-quality graphic -- with code -- based on ggplot2 and geofacets: Bloomberg's visualization of enrollment in Affordable Care Act health insurance marketplaces (with some touch-ups in Adobe Illustrator). [https://www.bloomberg.com/graphics/health-insurance-marketplaces-for-2018/](https://www.bloomberg.com/graphics/health-insurance-marketplaces-for-2018/)

Len Kiefer, deputy chief economist at Freddie Mac, has done a lot of visualizing federal housing and economic data in R. He's got some interesting ideas for faceting, such as a post on visualizing housing-price trends at [http://lenkiefer.com/2017/05/18/state-hpa](http://lenkiefer.com/2017/05/18/state-hpa). Kiefer's blog home page is [lenkiefer.com](http://lenkiefer.com).

Emil Hvitfeldt has been keeping a large list of available color palettes in R. That's on GitHub at [https://github.com/EmilHvitfeldt/r-color-palettes](https://github.com/EmilHvitfeldt/r-color-palettes).

geofacet package author Ryan Hafen wrote a blog post explaining the advantages of this dataviz type, see it at [http://ryanhafen.com/blog/geofacet](http://ryanhafen.com/blog/geofacet). The package Web site is at [https://hafen.github.io/geofacet/](https://hafen.github.io/geofacet/).
10 changes: 10 additions & 0 deletions booklinks.html
Expand Up @@ -175,6 +175,16 @@ <h2>Additional resources</h2>
<p>R educator Charlotte Wickham (Hadley’s sister), who teaches statistics at Oregon State University, posted a tutorial on the purrr package at <a href="https://github.com/cwickham/purrr-tutorial" class="uri">https://github.com/cwickham/purrr-tutorial</a>. Also see an accompanying video from the 2017 RStudio user conference at <a href="https://www.rstudio.com/resources/videos/happy-r-users-purrr-tutorial/" class="uri">https://www.rstudio.com/resources/videos/happy-r-users-purrr-tutorial/</a>.</p>
<p>RStudio’s Jenny Bryan posted a <a href="https://jennybc.github.io/purrr-tutorial/bk01_base-functions.html">Why purrr?</a> explainer at <a href="https://jennybc.github.io/purrr-tutorial/bk01_base-functions.html" class="uri">https://jennybc.github.io/purrr-tutorial/bk01_base-functions.html</a>.</p>
</div>
<div id="chapter-9" class="section level2">
<h2>Chapter 9</h2>
</div>
<div id="additional-resources-4" class="section level2">
<h2>Additional Resources</h2>
<p>One example of a publication-quality graphic – with code – based on ggplot2 and geofacets: Bloomberg’s visualization of enrollment in Affordable Care Act health insurance marketplaces (with some touch-ups in Adobe Illustrator). <a href="https://www.bloomberg.com/graphics/health-insurance-marketplaces-for-2018/" class="uri">https://www.bloomberg.com/graphics/health-insurance-marketplaces-for-2018/</a></p>
<p>Len Kiefer, deputy chief economist at Freddie Mac, has done a lot of visualizing federal housing and economic data in R. He’s got some interesting ideas for faceting, such as a post on visualizing housing-price trends at <a href="http://lenkiefer.com/2017/05/18/state-hpa" class="uri">http://lenkiefer.com/2017/05/18/state-hpa</a>. Kiefer’s blog home page is <a href="http://lenkiefer.com">lenkiefer.com</a>.</p>
<p>Emil Hvitfeldt has been keeping a large list of available color palettes in R. That’s on GitHub at <a href="https://github.com/EmilHvitfeldt/r-color-palettes" class="uri">https://github.com/EmilHvitfeldt/r-color-palettes</a>.</p>
<p>geofacet package author Ryan Hafen wrote a blog post explaining the advantages of this dataviz type, see it at <a href="http://ryanhafen.com/blog/geofacet" class="uri">http://ryanhafen.com/blog/geofacet</a>. The package Web site is at <a href="https://hafen.github.io/geofacet/" class="uri">https://hafen.github.io/geofacet/</a>.</p>
</div>



Expand Down
Binary file added data/state_statistics_for_download.xls
Binary file not shown.

0 comments on commit cfabf5f

Please sign in to comment.