View source: R/xtable.confusionMatrix.R
xtable.confusionMatrix | R Documentation |
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
|
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 |
LaTeX table representing the confusion matrix
Willem Talloen and Tobias Verbeke
confusionMatrix
, xtable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.