TBA, but it is very similar to geom_violin() Taken from https://gist.github.com/Karel-Kroeze/746685f5613e01ba820a31e57f87ec87
1 2 3 4 |
1 2 | ggplot(mtcars, aes(x = wt, y = mpg, colour = factor(gear))) +
geom_split_violin()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.