Skip to contents

This function provides a custom ggplot2 theme for consistent styling across plots.

Usage

plot_theme()

Value

A ggplot2 theme object.

Examples

library(ggplot2)
ggplot(mpg, aes(displ, hwy)) +
  geom_point() +
  plot_theme()