Skip to contents

Basic ggplot2 theme for Stem.

Usage

theme_stem(...)

Arguments

...

Arguments to be passed to ggplot2::theme().

Value

ggplot2 ggplot2::theme() object.

Examples

if (FALSE) { # \dontrun{
stem_plot_bar(trust, government) + theme_stem()
} # }