style_theme: Theme Layout for ggplot

View source: R/style_theme.R

style_themeR Documentation

Theme Layout for ggplot

Description

Create a simple ggplot theme for graphs

Usage

style_theme()

Examples

# Create a scatterplot with style!
ggplot2::ggplot(iris,
  ggplot2::aes(Sepal.Width, Sepal.Length, color = Species)) +
  ggplot2::geom_point(size = 5) +
  style_theme()

Huh/collar documentation built on Jan. 19, 2025, 1:15 a.m.