parent
7838cff89c
commit
be10e1e62c
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue