Learn R Programming

SMPracticals (version 1.4-3.1)

qqexp: Exponential Quantile-Quantile Plots

Description

Exponential probability plot of data.

Usage

qqexp(y, line = FALSE, ...)

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.

Arguments

y

Vector for which plot is required

line

Add line to plot (no line by default)

...

Other options for plot command

See Also

Examples

Run this code
qqexp(rexp(50))
qqexp(rgamma(50,shape=2),line=TRUE)

Run the code above in your browser using DataLab