qqexp: Exponential Quantile-Quantile Plots

Description Usage Arguments Value See Also Examples

Description

Exponential probability plot of data.

Usage

1

Arguments

y

Vector for which plot is required

line

Add line to plot (no line by default)

...

Other options for plot command

Value

A exponential probablity plot of the data in y; that is, a plot of the ordered values of y against the quantiles of the standard exponential distribution.

See Also

qqnorm

Examples

1
2
qqexp(rexp(50))
qqexp(rgamma(50,shape=2),line=TRUE)

Example output

Loading required package: ellipse

SMPracticals documentation built on May 2, 2019, 11:12 a.m.