Clarify which delay
This commit is contained in:
		
							
								
								
									
										2
									
								
								EDA.qmd
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								EDA.qmd
									
									
									
									
									
								
							@@ -550,7 +550,7 @@ For larger plots, you might want to try the heatmaply package, which creates int
 | 
			
		||||
2.  How does the segmented bar chart change if color is mapped to the `x` aesthetic and `cut` is mapped to the `fill` aesthetic?
 | 
			
		||||
    Calculate the counts that fall into each of the segments.
 | 
			
		||||
 | 
			
		||||
3.  Use `geom_tile()` together with dplyr to explore how average flight delays vary by destination and month of year.
 | 
			
		||||
3.  Use `geom_tile()` together with dplyr to explore how average flight departure delays vary by destination and month of year.
 | 
			
		||||
    What makes the plot difficult to read?
 | 
			
		||||
    How could you improve it?
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user