Skip to contents

Custom theme with white background, minimal gridlines, and optional control over facet label display.

Usage

theme_white_background(show_facets = TRUE, ...)

Arguments

show_facets

Logical. If `TRUE`, facet strip labels are shown. If `FALSE`, facet strip text is removed.

...

Additional arguments passed to [ggplot2::theme()].

Value

A ggplot2 theme object.