plot_confusion_matrices: Plot neural network confusion matrices

Description Usage Arguments Author(s)

View source: R/plot_confusion_matrices.R

Description

This function plots the cumulated confusion matrices of the neural networks.

Usage

1
2
plot_confusion_matrices(sumconfs, saveto, font, colors = c("#fc8d62",
  "#66c2a5"))

Arguments

sumconfs

A list of confusion matrices.

saveto

Where to save the PDF plot, optional

font

Font to be used in the plots. Defaults to Helvetica.

colors

Two colors to be used for incorrect (1) and correct (2) classifications

Author(s)

Raphael Scherrer


rscherrer/sagreicolor documentation built on May 26, 2019, 12:32 p.m.