crissCrossPlot: A function to plot the output of the crissCrossValidate...

View source: R/crissCrossValidate.R

crissCrossPlotR Documentation

A function to plot the output of the crissCrossValidate function.

Description

This function generates a heatmap of the cross-validation results from crissCrossValidate. By default, it hides the "resubstitution" diagonal (where the training == test set) unless showResubMetric = TRUE.

Usage

crissCrossPlot(
  crissCrossResult,
  includeValues = FALSE,
  showResubMetric = FALSE
)

Arguments

crissCrossResult

The output of the crissCrossValidate function.

includeValues

Logical. If TRUE, numeric values are printed on each tile.

showResubMetric

Logical. If FALSE, the diagonal (resubstitution) cells are set to NA and appear grayed-out or blank. Defaults to FALSE.


DarioS/ClassifyR documentation built on Feb. 3, 2025, 11:36 a.m.