geom_tuftebox: Geom for Tufte-style minimal boxplots

View source: R/geom_tuftebox.R

geom_tufteboxR Documentation

Geom for Tufte-style minimal boxplots

Description

Geom for Tufte-style minimal boxplots

Stat for Tufte-style minimal boxplots

Usage

geom_tuftebox(
  mapping = NULL,
  data = NULL,
  stat = "TufteBox",
  position = "identity",
  show.legend = NA,
  na.rm = FALSE,
  inherit.aes = TRUE,
  ...
)

stat_tuftebox(
  mapping = NULL,
  data = NULL,
  geom = "TufteBox",
  position = "identity",
  show.legend = NA,
  outliers = TRUE,
  inherit.aes = TRUE,
  ...
)

Arguments

geom, stat

Use to override the default connection between 'geom_tuftebox()' and 'stat_tuftebox()'.

Examples

p <- ggplot(mpg, aes(class, hwy))
p + geom_tuftebox()

MCMaurer/MCMsBasics documentation built on July 5, 2024, 11:38 p.m.