plotly_boxplot | R Documentation |
A boxplot with jittered points
plotly_boxplot(
x,
box_hoverinfo = FALSE,
colours = RColorBrewer::brewer.pal(ncol(x), "Paired")
)
x |
A data.frame |
box_hoverinfo |
Show hoverinfo for the boxplot trace? (logical) |
colours |
The colours to be used for the x-axis groups |
A plotly object
plotly_boxplot(iris[, -5])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.