e_histnormal: Normal plot

View source: R/mod_normal_utils.R

e_histnormalR Documentation

Normal plot

Description

Normal plot

Usage

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

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.

Value

echarts4r plot.

Author(s)

Diego Jimenez <diego.jimenez@promidat.com>

Examples

e_histnormal(iris$Sepal.Length)


PROMiDAT/readeR documentation built on July 20, 2023, 3:53 p.m.