From be10e1e62c6318f2ba4029c2e1ee9e9f6340c1ae Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Sun, 24 Jul 2016 16:02:44 +0200 Subject: [PATCH] Update visualize.Rmd (#185) Exercises Typo --- visualize.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualize.Rmd b/visualize.Rmd index fd22338..fba630d 100644 --- a/visualize.Rmd +++ b/visualize.Rmd @@ -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?