theme_waffle: Waffle chart theme

View source: R/theme_waffle.R

theme_waffleR Documentation

Waffle chart theme

Description

Flavour your waffles with a standard theme

Usage

theme_waffle()

Examples

ggplot(data = waffle_iron(mpg, aes_d(group = class)), aes(x, y, fill = group)) +
geom_waffle() +
theme_waffle()

liamgilbey/ggwaffle documentation built on Sept. 3, 2022, 4:53 p.m.