This commit is contained in:
hadley 2016-08-17 16:24:10 -05:00
parent 91c93df995
commit 172cc49dbe
1 changed files with 1 additions and 1 deletions

View File

@ -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()