Exploratory data analysis
Exercises for Day 3
1 Exploring flights with ggplot
1.1 Create a new .qmd file and label it practical 3.
1.2 Plot departure delay against arrival delay with geom_point(). Use labs()and theme_minimal() to add a title and x and y axis labels.
What does this plot show us about the causes of arrival delays?