powered by
Histogram + boxplot
e_histboxplot( data, var.name, colorBar = "steelblue", colorPoint = "red", titulos = c("Minimo", "Primer Cuartil", "Mediana", "Tercer Cuartil", "Maximo") )
echarts4r plot
a numeric column of a data.frame.
a character value specifying the name of the variable.
a color for the bars.
a color for the points.
a character vector of length 5 specifying the titles to use on legend.
Diego Jimenez <diego.jimenez@promidat.com>
e_histboxplot(iris$Sepal.Width, "Sepal.Width")
Run the code above in your browser using DataLab