plot.gkwfitall {gkwreg} | R Documentation |
Plot method for gkwfitall objects
Description
Plot method for gkwfitall objects
Usage
## S3 method for class 'gkwfitall'
plot(x, which = "all", theme_fn = ggplot2::theme_minimal, ...)
Arguments
x |
An object of class |
which |
Character vector specifying which plots to show. Options are "all" (default), "density", "pp", "qq", "residuals", "aic", or "parameters". |
theme_fn |
Function to apply a custom theme to plots. Default: |
... |
Additional arguments passed to plotting functions |
Value
Invisibly returns the input object
Author(s)
Lopes, J. E.
[Package gkwreg version 1.0.10 Index]