xtable.confusionMatrix function

xtable method for confusionMatrix objects

xtable method for confusionMatrix objects

## S3 method for class 'confusionMatrix' xtable(x, caption = NULL, label = NULL, align = NULL, digits = NULL, display = NULL, ...)

Arguments

  • x: object of class 'confusionMatrix' as produced by the confusionMatrix
  • caption: LaTeX caption, see the xtable help page
  • label: LaTeX label, see the xtable help page
  • align: alignment specification, see the xtable help page
  • digits: number of digits to display, see the xtable help page
  • display: format of the columns, see the xtable help page
  • ...: additional arguments to be passed to xtable

Returns

LaTeX table representing the confusion matrix

See Also

confusionMatrix, xtable

Author(s)

Willem Talloen and Tobias Verbeke

  • Maintainer: Laure Cougnaud
  • License: GPL-3
  • Last published: 2018-06-29

Useful links