Skip to contents

Creates a ggplot2 panel object with basic goodness of fit plots

Usage

luna_gof(
  id,
  residual = c("CWRES", "NPDE"),
  theme = ggplot2::theme_classic,
  smooth_method = "loess",
  folder = NULL,
  verbose = TRUE
)

Arguments

id

run id

residual

either "CWRES" or "NPDE"

smooth_method

ggplot2-supported smooth method, e.g. "loess"