geom_half_violin: Half-violin plot From...

Description Usage Arguments

View source: R/geom_halfViolin.R

Description

Half-violin plot From https://www.data-to-viz.com/caveat/boxplot.html

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
geom_half_violin(
  mapping = NULL,
  data = NULL,
  stat = "ydensity",
  position = "dodge",
  trim = TRUE,
  scale = "area",
  show.legend = NA,
  inherit.aes = TRUE,
  ...
)

Arguments

mapping

mapping

data

data

stat

stat = "ydensity"

position

position = "dodge"

trim

trim = TRUE

scale

scale = "area"

show.legend

show.legend = NA

inherit.aes

inherit.aes = TRUE

...

other ggplot layer params


adamleejohnson/r-tools documentation built on Jan. 7, 2022, 5:35 p.m.