theme_simple: A simple plotting theme.

Description Usage Arguments Examples

Description

My preferred plotting theme. No gridlines and larger axis labels.

Usage

1
theme_simple(font_size = 14, font_family = "", line_size = 0.4)

Arguments

font_size

Base size of the font. Default is 14.

font_family

Font family.

line_size

Size of axis ticks. Defauts to 0.4.

Examples

1
2
p <- ggplot(mtcars, aes(mpg, wt)) + geom_point()
p + theme_simple()

lukereding/redinglib documentation built on May 25, 2019, 9:32 p.m.