theme_presentation: Presentation Theme

View source: R/themes.R

theme_presentationR Documentation

Presentation Theme

Description

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.

Usage

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

kbrevoort/kpbtemplates documentation built on May 31, 2024, 12:29 p.m.