geom_split_violin: Split violin plot

Description Usage Examples

Description

TBA, but it is very similar to geom_violin() Taken from https://gist.github.com/Karel-Kroeze/746685f5613e01ba820a31e57f87ec87

Usage

1
2
3
4
geom_split_violin(mapping = NULL, data = NULL, stat = "ydensity",
  position = "identity", ..., draw_quantiles = NULL, trim = TRUE,
  scale = "area", na.rm = FALSE, show.legend = NA,
  inherit.aes = TRUE)

Examples

1
2
ggplot(mtcars, aes(x = wt, y = mpg, colour = factor(gear))) +
geom_split_violin()

JanCoUnchained/ggunchained documentation built on May 14, 2019, 9:37 a.m.