Learn R Programming

egg (version 0.4.2)

theme_article: Theme with minimalistic (and opinionated) defaults suitable for publication

Description

Theme based on ggthemes::theme_chew

Usage

theme_article(base_size = 11, base_family = "")

Arguments

base_size

base font size

base_family

base font family

Examples

Run this code
# NOT RUN {
library(ggplot2)
ggplot() + theme_article()
# }

Run the code above in your browser using DataLab