gof: List of gof plots

View source: R/gof.R

gof_listR Documentation

List of gof plots

Description

List of gof plots

Layout gof plots

Goodness-of-fit diagnostic plots

Usage

gof_list(
  data = NULL,
  panels = gof_default_panels(),
  empty = FALSE,
  all = FALSE,
  labels = gof_labels(),
  baseplot = gof_baseplot,
  rundir = getwd(),
  ...
)

gof_layout(p, nrow = NULL, ncol = NULL, byrow = TRUE, ...)

gof(
  data = NULL,
  panels = gof_default_panels(),
  layout = NULL,
  labels = gof_labels(),
  baseplot = gof_baseplot,
  rundir = getwd(),
  ...
)

Arguments

data

A data.frame.

panels

A numeric vector specifying the panels desired.

empty

Return an empty list.

all

Return a list of all panels.

labels

A named list of labels.

baseplot

A function that returns a ggplot object to use as the base for all scatterplots (histograms and QQ-plots are unaffected).

rundir

A directory in which to search.

...

Additional arguments passed to other methods (e.g. baseplot).

p

A list of 'ggplot' objects to be laid out.

ncol, nrow

The dimensions of the grid to create - if both are NULL it will use the same logic as facet_wrap() to set the dimensions

byrow

Analogous to byrow in matrix(). If FALSE the plots will be filled in in column-major order

layout

A list of arguments to pass to gof_layout (for multiple panels).

See Also

plot_layout


certara/ggcertara documentation built on Feb. 28, 2024, 5:01 a.m.