From 9d0b91acf251ebdd552d306e6112ab53eb6cc62b Mon Sep 17 00:00:00 2001 From: hadley Date: Thu, 18 Aug 2016 08:52:02 -0500 Subject: [PATCH] Clearer learning more section in EDA. Add pointer to GDAWR --- EDA.Rmd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/EDA.Rmd b/EDA.Rmd index 8f1ea3b..3a5d926 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -591,6 +591,10 @@ 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 it 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. +## Learning more + +If you want learn more about the mechanics ggplot2, I'd highly recommend grabbing a copy of the ggplot2 book: . It's been recently updated, so it 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 . + +I also recommend [_Graphical Data Analysis with R_](https://amzn.com/1498715230), by Antony Unwin. This is a book length treatment similar to the material covered in this chapter, but has the space to go into much greater depth.