geom_split_violin: Split violin plot

Description Usage Arguments Author(s) References See Also

View source: R/geom_split_violin.R

Description

Violin plot showing different distribution on the left and right sides. The code of 'jan-glx' was obtained from Stackoverflow (check the reference).

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
)

Arguments

mapping, data, stat, position, ..., draw_quantiles, trim, scale, na.rm, show.legend, inherit.aes

check geom_violin

file

a Excel file from the manager

Author(s)

jan-glx

References

https://stackoverflow.com/questions/35717353/split-violin-plot-with-ggplot2

See Also

geom_violin


Rundmus/Useful2me-R_package documentation built on Nov. 13, 2020, 4:16 p.m.