Skip to contents

QQ-Plot QQ-Plot between observed quantiles and theoretical quantiles.

Usage

qqplot(x, ...)

Arguments

x

Object of the class accept_reject returned by the function accept_reject().

...

Additional arguments to be passed to methods.

Value

An object of classes gg and ggplot with the QQ-Plot of theoretical quantiles versus observed quantiles.

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().