plot.gkwgof | R Documentation |
Creates a panel of diagnostic plots for assessing the goodness-of-fit of a model from the GKw family of distributions.
## S3 method for class 'gkwgof'
plot(x, title = NULL, ncols = 4, which = NULL, ...)
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. |
The input object x
is returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.