e_histnormal {loadeR} | R 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)
[Package loadeR version 1.2.0 Index]