xtable.confusionMatrix {nlcv} | R Documentation |
xtable method for confusionMatrix objects
Description
xtable method for confusionMatrix objects
Usage
## 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
|
caption |
LaTeX caption, see the |
label |
LaTeX label, see the |
align |
alignment specification, see the |
digits |
number of digits to display, see the |
display |
format of the columns, see the |
... |
additional arguments to be passed to |
Value
LaTeX table representing the confusion matrix
Author(s)
Willem Talloen and Tobias Verbeke
See Also
[Package nlcv version 0.3.5 Index]