qplot_resamples | R Documentation |
Function plots a ggplot2 plot to visualize resampling results of caret models with 1 tuned parameter.
qplot_resamples(x, data = NULL, metric = x$metric, ..., LIMITS = "auto")
x |
an object generated by |
data |
Only used for the |
metric |
a character string for which metrics to use as conditioning
variables in the plot. |
... |
further arguments to pass to either
|
LIMITS |
limits for y axis (numeric vector with 2 elements). |
A ggplot2
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.