Learn R Programming

nlcv (version 0.3.5)

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

Description

xtable method for summary.mcrPlot objects

Usage

# S3 method for 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.

See Also

summary.mcrPlot, mcrPlot, xtable

Examples

Run this code
# NOT RUN {
  data(nlcvRF_SS)
  mp <- mcrPlot(nlcvRF_SS, plot = FALSE)
  smp <- summary(mp)
  xtable(smp)
# }

Run the code above in your browser using DataLab