theme_tufte | R Documentation |
ggplot theme in the style of Edward Tufte
theme_tufte(font_size = 30, use_gillsans = TRUE)
font_size |
numeric. Size of |
use_gillsans |
logical. Should Gill Sans be used for the plot? |
A ggplot theme
library(ggplot2)
ggplot(dummy_rna_conc, aes(x = sample, y = conc)) +
geom_point() +
theme_tufte(10, use_gillsans = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.