geom_boxdodge | R Documentation |
see tidyExt vignette
geom_boxdodge(..., point_size = 0.25, box_alpha = 0.5)
point_size |
size of points; default is 0.25 |
box_alpha |
alpha for boxplot background ; default is 0.5 |
A ggplot.
require(ggplot2)
mpg |> ggplot2::ggplot(aes(x=class, y=cty, col=factor(year))) +
geom_boxdodge(point_size = 3,box_alpha = 0.75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.