.generate_additional_plots | R Documentation |
Generate Additional Diagnostic Plots Beyond Those in gkwfit
.generate_additional_plots(
object,
data,
p_empirical,
p_theoretical,
theme = ggplot2::theme_classic(),
...
)
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 |
A list of ggplot2 objects for additional diagnostic plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.