plot.Regression: Plot Regression

View source: R/07_S7_Supervised.R

plot.RegressionR Documentation

Plot Regression

Description

Plot Regression

Usage

## S3 method for class 'Regression'
plot(
  x,
  what = "all",
  fit = "glm",
  theme = choose_theme(),
  labelify = TRUE,
  ...
)

Arguments

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.

Author(s)

EDG


egenn/rtemis documentation built on June 14, 2025, 11:54 p.m.