theme_jjm: ggplot2 theme for jjmR

View source: R/theme_jjm.R

theme_jjmR Documentation

ggplot2 theme for jjmR

Description

ggplot2 theme for jjmR

Usage

theme_jjm(base_size = 14, ...)

Arguments

...

Value

a ggplot2 theme object

Examples

 
library(ggplot2)
ggplot(mtcars, aes(mpg)) + geom_histogram() + theme_jjm()


SPRFMO/jjmr documentation built on March 27, 2024, 6:16 a.m.