theme_thesis: Custom theme for thesis plots

Description Usage Arguments Value See Also

View source: R/thesis_ggtheme.R

Description

Custom theme for thesis plots

Usage

1
2
3
4
5
6
theme_thesis(
  text_size = 12,
  line_size = text_size/170,
  rect_size = text_size/170,
  center_title = FALSE
)

Arguments

text_size

text size for thesis plots

line_size

size of the axis lines

rect_size

sizs of the background lines

Value

adds thesis theme to a plot generated by ggplot2

See Also

Adapted from https://www.r-bloggers.com/custom-themes-in-ggplot2/


JasperHG90/sleepsimReval documentation built on May 16, 2020, 2:35 a.m.