Function that computes and draws the area between two user specified values in a user specified normal distribution with a given mean and standard deviation
Usage
normarea(lower = -Inf, upper = Inf, m = 0, sig = 1)
Arguments
lower
the desired lower value
upper
the desired upper value
m
the mean for the population (default is the standard normal with m = 0)
sig
the standard deviation of the population (default is the standard normal with sig = 1)