qqplot {AcceptReject} | R Documentation |
QQ-Plot QQ-Plot between observed quantiles and theoretical quantiles.
Description
QQ-Plot QQ-Plot between observed quantiles and theoretical quantiles.
Usage
qqplot(x, ...)
Arguments
x |
Object of the class |
... |
Additional arguments to be passed to methods. |
Details
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()
.
Value
An object of classes gg
and ggplot
with the QQ-Plot of
theoretical quantiles versus observed quantiles.
See Also
accept_reject()
, print.accept_reject()
, plot.accept_reject()
and inspect()
.
[Package AcceptReject version 0.1.2 Index]