gof_list | R Documentation |
List of gof plots
Layout gof plots
Goodness-of-fit diagnostic plots
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(),
...
)
data |
A |
panels |
A |
empty |
Return an empty list. |
all |
Return a list of all panels. |
labels |
A named |
baseplot |
A function that returns a |
rundir |
A directory in which to search. |
... |
Additional arguments passed to other methods (e.g. |
p |
A |
ncol, nrow |
The dimensions of the grid to create - if both are |
byrow |
Analogous to |
layout |
A |
plot_layout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.