View source: R/07_S7_Supervised.R
plot.Regression | R Documentation |
Plot Regression
## S3 method for class 'Regression'
plot(
x,
what = "all",
fit = "glm",
theme = choose_theme(),
labelify = TRUE,
...
)
x |
Regression object. |
what |
Character vector: What to plot. Can include "training", "validation", "test", or "all", which will plot all available. |
fit |
Character: Algorithm to use to draw fit line. |
theme |
Theme object. |
labelify |
Logical: If TRUE, labelify the axis labels. |
... |
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.