From bd3bb42f248f8c4f405e1c458ebd98c5f8c44b15 Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Tue, 21 Feb 2023 08:50:32 -0500 Subject: [PATCH] Clarify which delay --- EDA.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDA.qmd b/EDA.qmd index 5ebe7b7..76975c8 100644 --- a/EDA.qmd +++ b/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?