Description Usage Arguments Value Examples
Violin plot of a numerical column by groups of a categorical column in a dataframe
1 | plot_violin(.data, .cat, .num)
|
.data |
a dataframe |
.cat |
a catagorical vector |
.num |
a numeric vector |
a ggplot
1 | plot_violin(iris, Species, Sepal.Length)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.