Description Usage Arguments Examples
View source: R/geomflatviolin.R
A Flat Violin plot
1 2 3 4 5 6 7 8 9 10 11 |
mapping |
See |
data |
See |
position |
See |
trim |
See |
scale |
See |
show.legend |
See |
inherit.aes |
See |
... |
1 2 3 4 | library(ggplot2)
ggplot(diamonds, aes(cut, carat)) +
geom_flat_violin() +
coord_flip()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.