From 754c08e87bcaaf414e55ec2d371d6065efec2589 Mon Sep 17 00:00:00 2001 From: hadley Date: Wed, 20 Jul 2016 10:08:01 -0500 Subject: [PATCH] Don't set figure height --- EDA.Rmd | 4 ---- 1 file changed, 4 deletions(-) diff --git a/EDA.Rmd b/EDA.Rmd index f750414..be6511b 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -1,9 +1,5 @@ # Exploratory Data Analysis -```{r include=FALSE} -knitr::opts_chunk$set(fig.height = 2) -``` - ## Introduction This chapter will show you how to use visualization and transformation to explore your data in a systematic way, a task that statisticians call Exploratory Data Analysis, or EDA for short. EDA is an interative cycle that involves: