myNormCurve: Normal distribution plotting function

View source: R/myNormCurve.R

myNormCurveR Documentation

Normal distribution plotting function

Description

This function will create a normal distribution given then mean and standard deviation, and will calculate area under the distribution from negative infinity to a, a user-input parameter.

Usage

myNormCurve(mu, sigma, a)

Arguments

mu

decimal or integer center of distribution

sigma

decimal or integer standard deviation

a

upper limit for the area under the distribution

Examples

myNormCurve(2, 3, 1)
myNormCurve(4, 1, 5)


josephhgrimes/MyPackage documentation built on March 31, 2022, 3:22 a.m.