% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/crissCrossValidate.R
\name{crissCrossPlot}
\alias{crissCrossPlot}
\title{A function to plot the output of the crissCrossValidate function.}
\usage{
crissCrossPlot(
  crissCrossResult,
  includeValues = FALSE,
  showResubMetric = FALSE
)
}
\arguments{
\item{crissCrossResult}{The output of the \code{\link{crissCrossValidate}} function.}

\item{includeValues}{Logical. If \code{TRUE}, numeric values are printed on each tile.}

\item{showResubMetric}{Logical. If \code{FALSE}, the diagonal (resubstitution) cells
are set to \code{NA} and appear grayed-out or blank. Defaults to \code{FALSE}.}
}
\description{
This function generates a heatmap of the cross-validation results from
\code{\link{crissCrossValidate}}. By default, it hides the "resubstitution" diagonal
(where the training == test set) unless \code{showResubMetric = TRUE}.
}