theme_pres: A theme for presentations

Description Usage Arguments

View source: R/utilityFunctions.R

Description

Ever seen oblivious researchers presenting slides with ggplot2's characteristic tiny axis-titles that even Legolas's elf eyes couldn't see? This theme makes text larger so that the output plots look nice on slides. Otherwise it's mostly identical to ggplot2::theme_gray().

Usage

1
2
3
4
5
6
theme_pres(
  base_size = 22,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22
)

Arguments

...

theme arguments


andrewGhazi/ghzutils documentation built on Nov. 30, 2020, 5:23 a.m.