Visualize how changes in mean and standard deviation affect the shape of the normal distribution. Compute & visualize quantiles out of given probability and probability from a given quantile.

vdist_norm_plot(mean = 0, sd = 1)

Arguments

mean

Mean of the normal distribution.

sd

Standard deviation of the normal distribution.

See also

Examples

# visualize normal distribution vdist_norm_plot()
vdist_norm_plot(mean = 2, sd = 0.6)