e_histnormal: 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.
Author
Diego Jimenez <diego.jimenez@promidat.com>
Examples
Run this codee_histnormal(iris$Sepal.Length)
Run the code above in your browser using DataLab