# NOT RUN {
# Mu=0, Sigma=1: Standard normal
prob.znorm()
# distribution for height of American women, mu=65.5, sigma=2.5
prob.znorm(65.5, 2.5, xlab="Height of American Women")
# do a red fill color
prob.znorm(65.5, 2.5, r=.9, xlab="Height of American Women")
# }
Run the code above in your browser using DataLab