From d3e8cadd5d17b4794ae2af3cc0519454c18aa0c2 Mon Sep 17 00:00:00 2001 From: KyleHumphrey Date: Mon, 4 Apr 2016 17:47:53 -0700 Subject: [PATCH] Update visualize.Rmd Fixed typo "plot all" to "plot call" --- visualize.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualize.Rmd b/visualize.Rmd index 60ec32c..95f684d 100644 --- a/visualize.Rmd +++ b/visualize.Rmd @@ -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)) +