Learn R Programming

gkwreg (version 1.0.7)

.generate_additional_plots: 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(),
  ...
)

Value

A list of ggplot2 objects for additional diagnostic plots

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