xtable.summary.mcrPlot {nlcv} | R Documentation |
xtable method for summary.mcrPlot objects
Description
xtable method for summary.mcrPlot objects
Usage
## S3 method for class 'summary.mcrPlot'
xtable(x, caption = NULL, label = NULL,
align = NULL, digits = NULL, display = NULL, ...)
Arguments
x |
object of class 'summary.mcrPlot' 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 summary of the mcrPlot output, i.e. the optimal number of features, the mean MCR and the standard deviation on the MCR for each of the classification methods used.
Author(s)
Willem Talloen and Tobias Verbeke
See Also
summary.mcrPlot
, mcrPlot
,
xtable
Examples
data(nlcvRF_SS)
mp <- mcrPlot(nlcvRF_SS, plot = FALSE)
smp <- summary(mp)
xtable(smp)
[Package nlcv version 0.3.5 Index]