ggplot(avg_data, aes(x = x_labels, y = Average, fill = x_labels)) +geom_bar(stat ="identity") +labs(fill ="DMV Airports", title ="Average Delays from NYC Area Airports to DMV Area Airports", x ="Destination", y ="Average Time (minutes)") +theme_minimal()
This graph represents the average delays of all flights from the 3 New York City area airports to each of the 3 airports in our area. Note I refuse to call National airport by its official name for political reasons. The most interesting part of the graph to me is that National airport seems to have on average much shorter delays than the other 2 airports, which is surprising to me because it’s so close to the other 2, especially Dulles.