View source: R/geom_halfViolin.R
geom_half_violin | R Documentation |
Half-violin plot From https://www.data-to-viz.com/caveat/boxplot.html
geom_half_violin( mapping = NULL, data = NULL, stat = "ydensity", position = "dodge", trim = TRUE, scale = "area", show.legend = NA, inherit.aes = TRUE, ... )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.