theme_tufte: ggplot theme in the style of Edward Tufte

View source: R/utils.R

theme_tufteR Documentation

ggplot theme in the style of Edward Tufte

Description

ggplot theme in the style of Edward Tufte

Usage

theme_tufte(font_size = 30, use_gillsans = TRUE)

Arguments

font_size

numeric. Size of element_text font.

use_gillsans

logical. Should Gill Sans be used for the plot?

Value

A ggplot theme

Examples

library(ggplot2)

ggplot(dummy_rna_conc, aes(x = sample, y = conc)) +
  geom_point() +
  theme_tufte(10, use_gillsans = FALSE)

McConkeyLab/bladdr documentation built on April 6, 2024, 3:15 a.m.