stat_norm_dist | R Documentation |
Probability density function with parameter sigma(sd,Standard deviation) and mu(mean)
stat_norm_dist(x, mu, sd)
x |
data |
mu |
mean |
sd |
standard deviation |
vector
Florian Wagner florian.wagner@wagnius.ch
c_seq <- seq(-6,6,0.1)
plot(x = c_seq, stat_norm_dist(c_seq,mu = 0, sd = 1), type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.