Fix typo
This commit is contained in:
parent
91c93df995
commit
172cc49dbe
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue