plot_theme: ggplot2 theme

Description Usage Arguments Value Author(s) Examples

Description

Wrapper to make styling plots for a report less verbose.

Usage

1
2
3

Arguments

legend

Default is bottom. Passed directly to theme call for ggplot2.

Value

A ggplot2 theme object

Author(s)

Kristian D. Olsen

Examples

1
2
p <- ggplot(df, aes(x=manifest, y=score, group=mainentity)) + geom_bar()
p + plot_theme()

itsdalmo/reporttool documentation built on May 18, 2019, 7:11 a.m.