Learn R Programming

regressoR (version 2.0.1)

e_histboxplot: Histogram + boxplot

Description

Histogram + boxplot

Usage

e_histboxplot(
  data,
  var.name,
  colorBar = "steelblue",
  colorPoint = "red",
  titulos = c("Minimo", "Primer Cuartil", "Mediana", "Tercer Cuartil", "Maximo")
)

Value

echarts4r plot

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.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
e_histboxplot(iris$Sepal.Width, "Sepal.Width")

Run the code above in your browser using DataLab