
ggplot theme in the style of Edward Tufte
theme_tufte.Rd
ggplot theme in the style of Edward Tufte
Arguments
- font_size
numeric. Size of
element_text
font.- use_gillsans
logical. Should Gill Sans be used for the plot?
Examples
library(ggplot2)
ggplot(dummy_rna_conc, aes(x = sample, y = conc)) +
geom_point() +
theme_tufte(10, use_gillsans = FALSE)