Description Usage Arguments Value Examples
View source: R/plotDiagnostics.R
This function plots various diagnostics collected during
the model fitting resulting from a call to owl()
provided that
diagnostics = TRUE
.
1 2 3 4 5 6 7 | plotDiagnostics(
object,
ind = max(object$diagnostics$penalty),
xvar = c("time", "iteration"),
yvar,
...
)
|
object |
an object of class |
ind |
either "last" |
xvar |
what to place on the x axis. |
yvar |
deprecated (and ignored) |
... |
other arguments that will be used to modify the call to
|
An object of class "trellis"
, which, unless stored in a variable,
will be plotted when its default print()
method is called.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.