normal_area: Adapted from: https://r-coder.com/normal-distribution-r Plot...

Description Usage Arguments Examples

View source: R/normal_area.R View source: R/PlotProbDistributions.R

Description

Arguments: mean: mean of the Normal variable sd: standard deviation of the Normal variable lb: lower bound of the area ub: upper bound of the area acolor: color of the area ...: additional arguments to be passed to lines function

Usage

1
2
3
normal_area(mean = 0, sd = 1, lb, ub, acolor = "lightgray", ...)

normal_area(mean = 0, sd = 1, lb, ub, acolor = "lightgray", ...)

Arguments

mean:

mean of the Normal variable

sd:

standard deviation of the Normal variable

lb:

lower bound of the area

ub:

upper bound of the area

acolor:

color of the area ...: additional arguments to be passed to lines function

Examples

1
normal_area(mean=100, sd=15, lb=80, ub=125, acolor="red")

dco61/isteahMAT104 documentation built on Jan. 2, 2022, 2:24 a.m.