Skip to contents

ggplot2 theme for thali plots

Usage

theme_thali(base_size = 12)

Arguments

base_size

Base font size (default 12).

Value

A ggplot2 theme object.

Examples

library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
  geom_point() +
  theme_thali()