.generate_additional_plots {gkwreg} | R 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
[Package gkwreg version 1.0.10 Index]