normal_distribution.Rdnormal_distribution normal distribution Chart using R Plotly
normal_distribution(data = NULL, parameter = NULL, xname = "")
| data | is a Data Frame |
|---|---|
| parameter | is a column of data frame |
| xname | is title of xaxis |
plot
normal_distribution(data = mtcars, parameter = mtcars$mpg, xname = "mpg")