Don't set figure height
This commit is contained in:
parent
1c32a4a1d9
commit
754c08e87b
4
EDA.Rmd
4
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:
|
||||
|
|
Loading…
Reference in New Issue