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

Description Usage Arguments

View source: R/PlotProbDistributions.R

Description

Adapted from: https://r-coder.com/normal-distribution-r Graph continuous uniform distribution

Usage

1
plotunif(x, min = 0, max = 1, lwd = 1, col = 1, ...)

Arguments

x

grid of X-axis values (optional)

min

lower limit of the distribution (a)

max

upper limit of the distribution (b)

lwd

line width of the segments of the graph

col

color of the segments and points of the graph ...: additional arguments to be passed to the plot function


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