R/xtable.summary.mcrPlot.R

xtable.summary.mcrPlot <- function(x, caption = NULL, label = NULL, align = NULL, 
    digits = NULL, display = NULL, ...){
  smpMat <- as.matrix(unclass(x))
  xtable(smpMat, caption = caption, label = label, align = align, 
         digits = digits, display = display, ...)
}

Try the nlcv package in your browser

Any scripts or data that you put into this service are public.

nlcv documentation built on May 2, 2019, 4:56 p.m.