geom_double_violin: Double violin plot

Description Usage

View source: R/geom_double_violin.R

Description

Violin plot split across a binary group. Particularly usefulf for checking distributions across sex, or comparing control to patient group.

Usage

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

norment/normentR documentation built on Nov. 11, 2020, 2:16 a.m.