ggnorm.Rd
Plot the result of the pnorm function. The syntax is the same as the pnorm function.
pnorm
ggnorm(q = NULL, mean = 0, sd = 1, lower.tail = TRUE, within = TRUE)
numeric; The quantile to evaluate the pnorm
numeric; The mean of the normal distribution
numeric; The standard deviation of the normal distribution
logical; if TRUE (default), probabilities are \(P[X \le x]\) otherwise, \(P[X > x]\).
ggplot object
ggnorm(0.5, 0, 1, lower.tail = TRUE)