Learn R Programming

empirical (version 0.2.0)

plots_univariate: Plots Univariate

Description

Plots of univariate probability distributions.

Usage

# S3 method for epdfuv
plot(x, plot.points=FALSE, …)
# S3 method for ecdfuv
plot(x, plot.points=FALSE, …)
# S3 method for ecdfuv.inverse
plot(x, plot.points=FALSE, …)
# S3 method for epdfuv
lines(x, …)
# S3 method for ecdfuv
lines(x, …)
# S3 method for 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

Run this code
# NOT RUN {
#plot an empirical univariate cumulative distribution function
data (trees)
attach (trees)
ecdfuv.f = ecdfuv (Height)
plot (ecdfuv.f)
# }

Run the code above in your browser using DataLab