plots_univariate: Plots Univariate

Description Usage Arguments See Also Examples

Description

Plots of univariate probability distributions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S3 method for class 'epdfuv'
plot(x, plot.points=FALSE, ...)
## S3 method for class 'ecdfuv'
plot(x, plot.points=FALSE, ...)
## S3 method for class 'ecdfuv.inverse'
plot(x, plot.points=FALSE, ...)
## S3 method for class 'epdfuv'
lines(x, ...)
## S3 method for class 'ecdfuv'
lines(x, ...)
## S3 method for class 'ecdfuv.inverse'
lines(x, ...)

Arguments

x

An epdfuv, ecdfuv, ecdfuv.inverse, epdfc, ecdfc or ecdfc.inverse object.

plot.points

Plot the data points.

...

Other arguments.

See Also

epdfuv, ecdfuv, ecdfuv.inverse

Examples

1
2
3
4
5
#plot an empirical univariate cumulative distribution function
data (trees)
attach (trees)
ecdfuv.f = ecdfuv (Height)
plot (ecdfuv.f)

empirical documentation built on Dec. 3, 2018, 1:04 a.m.