e_boxplot | R Documentation |
Draw boxplot.
e_boxplot(e, serie, name = NULL, outliers = TRUE, ...)
e_boxplot_(e, serie, name = NULL, outliers = TRUE, ...)
e |
An |
serie |
Column name of serie to plot. |
name |
name of the serie. |
outliers |
Whether to plot outliers. |
... |
Any other option to pass, check See Also section. |
df <- data.frame(
x = c(1:10, 25),
y = c(1:10, -6)
)
df |>
e_charts() |>
e_boxplot(y, outliers = TRUE) |>
e_boxplot(x, outliers = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.