Draws a Normal Curve
normal_draw(normal_pars, Color = "red")
normal_pars
: vector of mean and standard deviation of the normal curveColor
: color of line in plotggplot2 object containing the graphical display.
Jim Albert
normal_pars <- c(2, 1) normal_draw(normal_pars)