theme_be: A custom theme for ggplot2

Description Usage Arguments Examples

View source: R/theme_be.r

Description

A simple custom theme setup, based on theme_bw, base size 15. The theme is quite minimal. Use theme(axis.line.x = element_blank(), axis.line.y=element_blank()) to remove axis lines.

Usage

1
2
3
theme_be(base_size = 15, axis.lines = FALSE, light.grid = TRUE,
  legend.position = "right", legend.background = element_blank(),
  legend.title = element_text())

Arguments

No

parameters

Examples

1
2
3
ggplot(df, aes(x = x)) +
geom_histogram() +
theme_be()

bjeil/beTools documentation built on May 20, 2019, 2:07 p.m.