Learn R Programming

regressoR (version 2.0.1)

e_histnormal: Normal plot

Description

Normal plot

Usage

e_histnormal(
  data,
  colorbar = "steelblue",
  colorline = "gray",
  nombres = c("Histograma", "Curva Normal")
)

Value

echarts4r plot

Arguments

data

a numeric column of a data.frame.

colorbar

a color for the bars.

colorline

a color for the line.

nombres

a character vector of length 2 specifying the titles to use on legend.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
e_histnormal(iris$Sepal.Length)

Run the code above in your browser using DataLab