xtable.confusionMatrix: xtable method for confusionMatrix objects

Description Usage Arguments Value Author(s) See Also

Description

xtable method for confusionMatrix objects

Usage

1
2
3
## 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

Value

LaTeX table representing the confusion matrix

Author(s)

Willem Talloen and Tobias Verbeke

See Also

confusionMatrix, xtable


nlcv documentation built on May 2, 2019, 7:28 a.m.