View source: R/mod_distribuciones_utils.R
e_histboxplot | R Documentation |
Histogram + boxplot
e_histboxplot(
data,
var.name,
colorBar = "steelblue",
colorPoint = "red",
titulos = c("Minimo", "Primer Cuartil", "Mediana", "Tercer Cuartil", "Maximo")
)
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. |
echarts4r plot.
Diego Jimenez <diego.jimenez@promidat.com>
e_histboxplot(iris$Sepal.Width, "Sepal.Width")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.