powered by
Displays a Quantile of a Normal Curve
normal_quantile(prob, normal_pars, Color = "orange")
probability value of interest
vector of mean and standard deviation of the normal curve
color of shading in plot
ggplot2 object containing the graphical display.
# NOT RUN { normal_pars <- c(100, 10) prob <- 0.7 normal_quantile(prob, normal_pars) # }
Run the code above in your browser using DataLab