plotConfMatrix: plotConfMatrix plots a confusion matrix with some statistics.

Description Usage Arguments Value Examples

View source: R/plotConfMatrix.R

Description

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

Usage

1

Arguments

data

A table which contains a confusion matrix.

Value

Nothing to return.

Examples

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

KnowSeq documentation built on April 16, 2021, 6:01 p.m.