plot.gkwfitall: Plot method for gkwfitall objects

View source: R/gkwfitall.R

plot.gkwfitallR 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.


gkwreg documentation built on April 16, 2025, 1:10 a.m.