xtable method for confusionMatrix objects
## S3 method for class 'confusionMatrix' xtable(x, caption = NULL, label = NULL, align = NULL, digits = NULL, display = NULL, ...)
x
: object of class 'confusionMatrix' as produced by the confusionMatrix
caption
: LaTeX caption, see the xtable
help pagelabel
: LaTeX label, see the xtable
help pagealign
: alignment specification, see the xtable
help pagedigits
: number of digits to display, see the xtable
help pagedisplay
: format of the columns, see the xtable
help page...
: additional arguments to be passed to xtable
LaTeX table representing the confusion matrix
confusionMatrix
, xtable
Willem Talloen and Tobias Verbeke
Useful links