xtable.summary.mcrPlot: xtable method for summary.mcrPlot objects

Description Usage Arguments Value Author(s) See Also Examples

Description

xtable method for summary.mcrPlot objects

Usage

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

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 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

1
2
3
4
  data(nlcvRF_SS)
  mp <- mcrPlot(nlcvRF_SS, plot = FALSE)
  smp <- summary(mp)
  xtable(smp)

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