qqplot | R Documentation |
QQ-Plot QQ-Plot between observed quantiles and theoretical quantiles.
qqplot(x, ...)
x |
Object of the class |
... |
Additional arguments to be passed to methods. |
Generic method to plot the QQ-Plot between observed quantiles and theoretical
quantiles. The generic method will call the specific method
qqplot.accept_reject()
, which operates on objects of class accept_reject
returned by the function accept_reject()
.
An object of classes gg
and ggplot
with the QQ-Plot of
theoretical quantiles versus observed quantiles.
accept_reject()
, print.accept_reject()
, plot.accept_reject()
and inspect()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.