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

Description Usage Arguments Examples

View source: R/t_area.R

Description

Adapted from: https://r-coder.com/normal-distribution-r Function t_area(): draw a Student distribution with shaded area

Usage

1
t_area(df = 25, lb, ub, acolor = "lightgray", ...)

Arguments

df

Degrees of freedom

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
t_area(df=25, lb=0, ub=1.25, acolor="red")

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