powered by
Draws a Normal Curve
normal_draw(normal_pars, Color = "red")
vector of mean and standard deviation of the normal curve
color of line in plot
ggplot2 object containing the graphical display.
# NOT RUN { normal_pars <- c(2, 1) normal_draw(normal_pars) # }
Run the code above in your browser using DataLab