dot-generate_additional_plots: Generate Additional Diagnostic Plots Beyond Those in gkwfit

.generate_additional_plotsR Documentation

Generate Additional Diagnostic Plots Beyond Those in gkwfit

Description

Generate Additional Diagnostic Plots Beyond Those in gkwfit

Usage

.generate_additional_plots(
  object,
  data,
  p_empirical,
  p_theoretical,
  theme = ggplot2::theme_classic(),
  ...
)

Arguments

object

Object of class "gkwfit"

data

Numeric vector of data

p_empirical

Numeric vector of empirical CDF values

p_theoretical

Numeric vector of theoretical CDF values

theme

A ggplot theme, defaults to theme_classic()

...

Additional arguments to be passed to plotting functions

Value

A list of ggplot2 objects for additional diagnostic plots


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