normal_plot: Normal Distribution Density Plot

Description Usage Arguments See Also

View source: R/plotting.R

Description

Plot of the normal distribution density function, with typical defaults used in introducing normal distributions.

Usage

1
normal_plot(mean = 0, sd = 1, max.sd = 4, n = 101, digits = 2, ...)

Arguments

mean

Mean of the normal distribution

sd

Standard deviation of the normal distribution

max.sd

The x-axis of the plot is mean + c(-1, 1) * max.sd * sd .

n

Number of points to interpolate along

digits

Number of digits to display in x-axis breaks.

...

Arguments passed to geom_dnorm_line.

See Also

Other Plots.of.the.normal.distribution: geom_dnorm_area; geom_dnorm_line; normal_area_plot_p, normal_area_plot_q; normal_tail_plot_p, normal_tail_plot_q


jrnold/ShinyIntroStats documentation built on May 19, 2019, 11:55 p.m.