present.list: Present list of Supervised or SupervisedRes objects

View source: R/present.R

present.listR Documentation

Present list of Supervised or SupervisedRes objects

Description

Plot training and testing performance boxplots of multiple Supervised or SupervisedRes objects

Usage

present.list(
  x,
  metric = NULL,
  model_names = NULL,
  ylim = NULL,
  theme = choose_theme(),
  boxpoints = "all"
)

Arguments

x

List of Supervised or SupervisedRes objects.

metric

Character: Metric to plot.

model_names

Character: Names of models being plotted.

ylim

Numeric vector of length 2: y-axis limits for the boxplots.

theme

Theme object.

boxpoints

Character: "all", "outliers", or "suspectedoutliers". Determines how points are displayed in the boxplot.

Value

plotly object

Author(s)

EDG


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