theme_simple_hlines: A simple theme for showing continuous x categorical data.

Description Usage Arguments Examples

Description

My preferred plotting theme for categorical x numeric data. Major gridlines, larger axis labels, and no ticks on the x-axis.

Usage

1
theme_simple_hlines(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(factor(cyl), wt)) + geom_boxplot()
p + theme_simple_hlines()

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