theme_presentation | R Documentation |
This is a ggplot2 theme that I have prepared to format graphs in my preferred style for presentations, which uses larger fonts than would be appropriate in a printed graph.
theme_presentation(
legend.position = "none",
as.ts = FALSE,
plot.margin = margin(0, 0, 0, 0),
panel.grid.major.x = element_blank(),
panel.grid.minor.x = element_blank(),
panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.