qqexp | R Documentation |
Exponential probability plot of data.
qqexp(y, line = FALSE, ...)
y |
Vector for which plot is required |
line |
Add line to plot (no line by default) |
... |
Other options for plot command |
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.
qqnorm
qqexp(rexp(50))
qqexp(rgamma(50,shape=2),line=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.