Learn R Programming

gkwreg (version 1.0.7)

plot.gkwgof: Plot Method for gkwgof Objects

Description

Creates a panel of diagnostic plots for assessing the goodness-of-fit of a model from the GKw family of distributions.

Usage

# S3 method for gkwgof
plot(x, title = NULL, ncols = 4, which = NULL, ...)

Value

The input object x is returned invisibly.

Arguments

x

An object of class "gkwgof", typically the result of a call to gkwgof.

title

Plot title

ncols

Number of columns to draw plots in graphics window

which

A numeric vector specifying which plots to display. If NULL (default), all available plots will be displayed.

...

Additional arguments to be passed to plotting functions.