powered by
Draw boxplot.
e_boxplot(e, serie, name = NULL, outliers = TRUE, ...)e_boxplot_(e, serie, name = NULL, outliers = TRUE, ...)
e_boxplot_(e, serie, name = NULL, outliers = TRUE, ...)
An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.
echarts4r
e_charts
echarts4rProxy
Column name of serie to plot.
name of the serie.
Whether to plot outliers.
Any other option to pass, check See Also section.
Additional arguments
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)
Run the code above in your browser using DataLab