Fix exercise indenting.

Closes #16
This commit is contained in:
hadley 2016-02-11 08:17:17 -06:00
parent 2f85ba936b
commit 302528634e
1 changed files with 14 additions and 12 deletions

View File

@ -709,6 +709,7 @@ ggplot(data = mpg) +
##### Exercises
1. What graph will this code make?
```{r eval = FALSE}
ggplot(data = mpg) +
geom_point(mapping = aes(x = displ, y = hwy)) +
@ -716,6 +717,7 @@ ggplot(data = mpg) +
```
1. What graph will this code make?
```{r eval = FALSE}
ggplot(data = mpg) +
geom_point(mapping = aes(x = displ, y = hwy)) +