plotConfMatrix: plotConfMatrix plots a confusion matrix with some statistics.

View source: R/plotConfMatrix.R

plotConfMatrixR Documentation

plotConfMatrix plots a confusion matrix with some statistics.

Description

The function plots a confusion matrix with some statistics. The function is used internally by dataPlot but it can be used separatelly.

Usage

plotConfMatrix(data)

Arguments

data

A table which contains a confusion matrix.

Value

Nothing to return.

Examples

data <- table(as.factor(c(1,2,4,2,4,5)),as.factor(c(1,2,5,4,5,2)))
plotConfMatrix(data)

CasedUgr/KnowSeq documentation built on Aug. 16, 2022, 6:19 a.m.