Update visualize.Rmd (#185)

Exercises Typo
This commit is contained in:
S'busiso Mkhondwane 2016-07-24 16:02:44 +02:00 committed by Hadley Wickham
parent 7838cff89c
commit be10e1e62c
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ ggplot(data = mpg, mapping = aes(x = displ, y = hwy)) +
(Remember, `dplyr::filter()` calls the `filter()` function from the dplyr package. You'll learn how `filter()` works in the next chapter.)
### Exericses
### Exercises
1. What geom would you use to draw a line chart? A boxplot?
A histogram? An area chart?