Merge pull request #27 from joannejang/patch-2

fixing typo
This commit is contained in:
Hadley Wickham 2016-01-11 16:36:33 -08:00
commit f18e0cf849
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ ggplot(flights, aes(air_time - airtime2)) + geom_histogram()
1. Currently `dep_time()` and `arr_time()` are convenient to look at, but
hard to compute with because they're not really continuous numbers.
Convert them to a more convenient represention of number of minutes
Convert them to a more convenient representation of number of minutes
since midnight.
1. Compute the scheduled time by adding `dep_delay` to `dep_time`. Plot