geom_half_violin: Half-violin plot From...

View source: R/geom_halfViolin.R

geom_half_violinR Documentation

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

Description

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

Usage

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-ajtools documentation built on April 4, 2022, 7:24 a.m.