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 "gkwfitall"

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: ggplot2::theme_minimal.

...

Additional arguments passed to plotting functions

Value

Invisibly returns the input object

Author(s)

Lopes, J. E.


[Package gkwreg version 1.0.10 Index]