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

View source: R/qqplot.R

qqplotR 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 accept_reject returned by the function accept_reject().

...

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


AcceptReject documentation built on May 29, 2024, 11:18 a.m.