Merge pull request #87 from KyleHumphrey/patch-1

Update visualize.Rmd
This commit is contained in:
Hadley Wickham 2016-04-04 20:07:01 -05:00
commit 64346c3239
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ Finally, you can also quickly customize the "look" of your plot by adding a them
`ggplot2` contains eight theme functions, listed in the table below. Each applies a different visual theme to your finished plot. You can think of the themes as "skins" for the plot. The themes change how the plot looks without changing the information that the plot displays.
To use any of the theme functions, add the function to your plot all. No arguments are necessary.
To use any of the theme functions, add the function to your plot call. No arguments are necessary.
```{r}
ggplot(data = mpg, mapping = aes(x = displ, y = hwy)) +