Description Usage Arguments Value
View source: R/visualization_functions.R
Render a vertical violin plot with plotly.
1 2 3 4 5 6 7 | plotly_violinplot(
y,
group_by = NULL,
y_title = NULL,
group_by_title = NULL,
...
)
|
y |
Numeric observations. |
group_by |
A factor, by which observations can optionally be grouped. |
y_title |
A title that describes the observations. |
group_by_title |
A title that describes the grouping factor. |
... |
Additional arguments passed on to |
An object of class plotly
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.