From 172cc49dbe9bb7491912f004903c3b18119d386f Mon Sep 17 00:00:00 2001 From: hadley Date: Wed, 17 Aug 2016 16:24:10 -0500 Subject: [PATCH] Fix typo --- communicate-plots.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communicate-plots.Rmd b/communicate-plots.Rmd index d2b9561..9ab8860 100644 --- a/communicate-plots.Rmd +++ b/communicate-plots.Rmd @@ -503,7 +503,7 @@ It's also possible to control individual components of each theme, like the size ## Saving your plots -There are two main ways to get your plots out of R and into your final write-up: `gsave()` and knitr. `ggsave()` will save the most recent plot to disk: +There are two main ways to get your plots out of R and into your final write-up: `ggsave()` and knitr. `ggsave()` will save the most recent plot to disk: ```{r, fig.show = "none"} ggplot(mpg, aes(displ, hwy)) + geom_point()