From 457ef3f4bbdd6a1c4744bc6d0a0104577ae062be Mon Sep 17 00:00:00 2001 From: hadley Date: Mon, 7 Dec 2015 15:47:52 -0600 Subject: [PATCH] Load ggplot2 in eda chapter --- eda.Rmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eda.Rmd b/eda.Rmd index cd0f2d4..d982390 100644 --- a/eda.Rmd +++ b/eda.Rmd @@ -4,6 +4,10 @@ title: Exploratory data analysis output: bookdown::html_chapter --- +```{r, include = FALSE} +library(ggplot2) +``` + ## Exploratory Data Visualization ***