normal_draw function

Draws a Normal Curve

Draws a Normal Curve

normal_draw(normal_pars, Color = "red")

Arguments

  • normal_pars: vector of mean and standard deviation of the normal curve
  • Color: color of line in plot

Returns

ggplot2 object containing the graphical display.

Author(s)

Jim Albert

Examples

normal_pars <- c(2, 1) normal_draw(normal_pars)