snazzieR.theme: A Custom ggplot2 Theme for Publication-Ready Plots

View source: R/snazzieR.theme.R

snazzieR.themeR Documentation

A Custom ggplot2 Theme for Publication-Ready Plots

Description

This theme provides a clean, polished look for ggplot2 plots, with a focus on readability and aesthetics. It includes a custom color palette and formatting for titles, axes, and legends.

Usage

snazzieR.theme()

Value

A ggplot2 theme object.

Examples

library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg)) +
  geom_point() +
  snazzieR.theme()

snazzieR documentation built on April 3, 2025, 5:58 p.m.