From 30dc885eb011a917701b491760d8c0a92870bb12 Mon Sep 17 00:00:00 2001 From: Mauro Lepore Date: Wed, 3 May 2017 08:50:03 -0400 Subject: [PATCH] Typo, add to (#574) --- EDA.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDA.Rmd b/EDA.Rmd index 4092cf0..482006a 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -588,7 +588,7 @@ diamonds %>% ## Learning more -If you want learn more about the mechanics of 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. +If you want to learn more about the mechanics of 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 .