geom_boxdodge: Create boxplots with multiple series on x axis, overlaid with...

geom_boxdodgeR Documentation

Create boxplots with multiple series on x axis, overlaid with datapoints, displaying exact y values and jittered x values.

Description

see tidyExt vignette

Usage

geom_boxdodge(..., point_size = 0.25, box_alpha = 0.5)

Arguments

point_size

size of points; default is 0.25

box_alpha

alpha for boxplot background ; default is 0.5

Value

A ggplot.

Examples

require(ggplot2)
mpg |> ggplot2::ggplot(aes(x=class, y=cty, col=factor(year))) +
 geom_boxdodge(point_size = 3,box_alpha = 0.75)

bansell/tidyExt documentation built on July 12, 2024, 12:58 p.m.