Description Usage Arguments Examples
View source: R/normal_area.R View source: R/PlotProbDistributions.R
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
1 2 3 | normal_area(mean = 0, sd = 1, lb, ub, acolor = "lightgray", ...)
normal_area(mean = 0, sd = 1, lb, ub, acolor = "lightgray", ...)
|
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 |
1 | normal_area(mean=100, sd=15, lb=80, ub=125, acolor="red")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.