View source: R/07_S7_Supervised.R
plot.SupervisedRes | R Documentation |
Plot boxplot of performance metrics across resamples.
## S3 method for class 'SupervisedRes'
plot(
x,
what = c("training", "test"),
metric = NULL,
ylab = labelify(metric),
boxpoints = "all",
theme = choose_theme(),
...
)
x |
SupervisedRes object. |
what |
Character vector: "training", "test". What to print. Default is to print both. |
metric |
Character: Metric to plot. |
ylab |
Character: Label for the y-axis. |
boxpoints |
Character:"all", "outliers" - How to display points in the boxplot. |
theme |
Theme object. |
... |
Additional arguments passed to the plotting function. |
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.