Update visualize.Rmd

Fixed typo "plot all" to "plot call"
This commit is contained in:
KyleHumphrey 2016-04-04 17:47:53 -07:00
parent 93cb8b5f73
commit d3e8cadd5d
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)) +