Update datetimes.Rmd (#112)
Hi Hadley. The flights that departed between 00:00 and 05:00 arrived early compare to flights that departed between 00:00 and 05:00.
This commit is contained in:
parent
4e7bd3e588
commit
56176ea369
|
@ -382,7 +382,7 @@ datetimes %>%
|
|||
geom_bar(stat = "identity")
|
||||
```
|
||||
|
||||
On average, flights that departed before 10:00 arrived early. Average arrival delays increased throughout the day.
|
||||
On average, flights that departed between 06:00 and 10:00 arrived early. Average arrival delays increased throughout the day.
|
||||
|
||||
```{r}
|
||||
datetimes %>%
|
||||
|
|
Loading…
Reference in New Issue