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

Description Usage Arguments Examples

View source: R/exp_area.R View source: R/PlotProbDistributions.R

Description

Arguments: rate: lambda parameter lb: lower bound of the area ub: upper bound of the area acolor: color of the area ...: additional arguments to be passed to the lines function

Usage

1
2
3
exp_area(rate = 1, lb, ub, acolor = "lightgray", ...)

exp_area(rate = 1, lb, ub, acolor = "lightgray", ...)

Arguments

rate:

lambda parameter

lb:

lower bound of the area

ub:

upper bound of the area

acolor:

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

Examples

1
exp_area(rate = 0.3, lb=2, ub=5, acolor="red")

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