Description Usage Arguments Details Value See Also Examples
Constructs a quantile-quantile plot against a given reference distribution.
1 |
x |
|
a |
|
reference |
|
... |
ellipsis argument, passed down to quantile function of reference distribution. |
Special forms like ParetoQQ plots can also be created via this function. E.g.,
to create a ParetoQQ plot, merely pass log(data) in place of data as the first
parameter and use reference = "exp"
as the reference
distribution. The ParetoQQ plot should provide a linear graph when a
log transform of the data is plotted against the exponential distribution.
Produces QQ-plot and returns invisibly a list of (x, y)
pairs.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.