plot.gkwgof {gkwreg} | R Documentation |
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 class 'gkwgof'
plot(x, title = NULL, ncols = 4, which = NULL, ...)
Arguments
x |
An object of class "gkwgof", typically the result of a call to |
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. |
Value
The input object x
is returned invisibly.
[Package gkwreg version 1.0.10 Index]