View source: R/theme_publication.R
theme_publication | R Documentation |
theme_publication for plots Publication quality images for summary plots
theme_publication(base_size = 12, base_family = "Helvetica")
base_size |
size of font for plot default (defaults to 12) |
base_family |
font to be used default (defaults to "Helvetica") |
An object of class theme
for styling the plots.
library("ggplot2")
p <- ggplot(cars, aes(speed, dist)) +
geom_point()
p
p + theme_publication(base_size = 24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.