.plot_gkwreg_ggplot {gkwreg}R 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)


[Package gkwreg version 1.0.10 Index]