geom_split_violin: introduce geom_split_violin

Description Usage Author(s)

View source: R/SplitViolins.R

Description

geom_split_violin Plot violins by a split (e.g. by validity) with typical mapping specs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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
)

Author(s)

René Michel


remichel/rmTools documentation built on Dec. 11, 2021, 6:59 a.m.