From 9f5c20404966ca7b1821b8a430301ca5f741d474 Mon Sep 17 00:00:00 2001 From: hadley Date: Tue, 16 Aug 2016 08:31:09 -0500 Subject: [PATCH] Link to R Graphics Cookbook --- EDA.Rmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EDA.Rmd b/EDA.Rmd index 67b659c..24e5d08 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -591,4 +591,6 @@ diamonds %>% geom_tile() ``` -If you want learn more about ggplot2, I'd highly recommend grabbing a copy of the ggplot2 book: . It's been recently updated, so includes dplyr and tidyr code, and has much more space to explore all the facets of visualisation. Unfortunately the book isn't generally available for free, but if you have a connection to a university you can probably get an electronic version for free through SpringerLink. +If you want learn more about ggplot2, I'd highly recommend grabbing a copy of the ggplot2 book: . It's been recently updated, so includes dplyr and tidyr code, and has much more space to explore all the facets of visualisation. Unfortunately the book isn't generally available for free, but if you have a connection to a university you can probably get an electronic version for free through SpringerLink. + +Another useful resource is the [_R Graphics Cookbook_](https://amzn.com/1449316956) by Winston Chang. Much of the contents are available online at .