geom_split_violin | R Documentation |
ggplot extension for split violin plot
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 )
ggplot extension
ggplot(data, aes(x=x, y=y, fill = factor))+ geom_split_violin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.