Description Usage Arguments Value
View source: R/visualization_functions.R
Render a boxplot with plotly.
1 | plotly_boxplot(x, group_by = NULL, x_title = NULL, group_by_title = NULL, ...)
|
x |
Numeric observations for the boxplot. |
group_by |
A factor, by which observations can optionally be grouped. |
x_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.