View source: R/outliers_boxplot_with_plotly.R
outliers_boxplot_with_plotly | R Documentation |
Create a an interactive boxplot using plotly with annotated outliers.
outliers_boxplot_with_plotly(x, y, label, title = "", bg_colour = "#e5ecf6")
x |
A character vector or a numeric vector for x axis |
y |
A character vector or a numeric vector for y axis |
label |
A character vector with a label for each point |
title |
A string which appears as tittle |
bg_colour |
Background colour |
Dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.