theme_bene: Custom Theme for ggplot2

View source: R/theme_bene.R

theme_beneR Documentation

Custom Theme for ggplot2

Description

Custom ggplot2 theme based on theme_light().

Usage

theme_bene(base_size = 11)

Arguments

base_size

Integer, the text base size

Value

Theme for ggplot2.

Examples

library(ggplot2)

## Not run: 
palmer_penguins %>%
ggplot(aes(bill_length_mm, bill_depth_mm, color = species)) +
  geom_point() +
  theme_bene()

## End(Not run)

benediktclaus/benelib documentation built on Feb. 1, 2024, 1:39 a.m.