e_histboxplot {loadeR} | R Documentation |
Histogram + boxplot
Description
Histogram + boxplot
Usage
e_histboxplot(
data,
var.name,
colorBar = "steelblue",
colorPoint = "red",
titulos = c("Minimo", "Primer Cuartil", "Mediana", "Tercer Cuartil", "Maximo")
)
Arguments
data |
a numeric column of a data.frame. |
var.name |
a character value specifying the name of the variable. |
colorBar |
a color for the bars. |
colorPoint |
a color for the points. |
titulos |
a character vector of length 5 specifying the titles to use on legend. |
Value
echarts4r plot.
Author(s)
Diego Jimenez <diego.jimenez@promidat.com>
Examples
e_histboxplot(iris$Sepal.Width, "Sepal.Width")
[Package loadeR version 1.2.0 Index]