dot-plot_gkwreg_ggplot: Generate diagnostic plots using ggplot2

.plot_gkwreg_ggplotR Documentation

Generate diagnostic plots using ggplot2

Description

Generate diagnostic plots using ggplot2

Usage

.plot_gkwreg_ggplot(
  diag_data,
  which,
  plot_titles,
  sub.caption,
  ask,
  arrange_plots,
  theme_fn,
  ...
)

Arguments

diag_data

List of diagnostic data

which

Integer vector specifying which plots to produce

plot_titles

Named vector of plot titles

sub.caption

Character string for subtitle

ask

Logical; whether to ask before new plots

arrange_plots

Logical; whether to arrange multiple plots in a grid

theme_fn

ggplot2 theme function

...

Additional graphical parameters

Value

NULL (invisibly)


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