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:
S'busiso Mkhondwane 2016-07-22 18:28:24 +02:00 committed by Hadley Wickham
parent 4e7bd3e588
commit 56176ea369
1 changed files with 1 additions and 1 deletions

View File

@ -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 %>%