xtable.summary.mcrPlot function

xtable method for summary.mcrPlot objects

xtable method for summary.mcrPlot objects

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

Returns

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.

Examples

data(nlcvRF_SS) mp <- mcrPlot(nlcvRF_SS, plot = FALSE) smp <- summary(mp) xtable(smp)

See Also

summary.mcrPlot, mcrPlot, xtable

Author(s)

Willem Talloen and Tobias Verbeke

  • Maintainer: Laure Cougnaud
  • License: GPL-3
  • Last published: 2018-06-29

Useful links