View source: R/mod_normal_utils.R
| e_histnormal | R Documentation | 
Normal plot
e_histnormal(
  data,
  colorbar = "steelblue",
  colorline = "gray",
  nombres = c("Histograma", "Curva Normal")
)
| 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. | 
echarts4r plot
Diego Jimenez <diego.jimenez@promidat.com>
e_histnormal(iris$Sepal.Length)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.