Don't set figure height
This commit is contained in:
		
							
								
								
									
										4
									
								
								EDA.Rmd
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								EDA.Rmd
									
									
									
									
									
								
							@@ -1,9 +1,5 @@
 | 
				
			|||||||
# Exploratory Data Analysis
 | 
					# Exploratory Data Analysis
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```{r include=FALSE}
 | 
					 | 
				
			||||||
knitr::opts_chunk$set(fig.height = 2)
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Introduction
 | 
					## 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:
 | 
					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:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user