]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/R/print.xtableMatharray.R
Changed functions dealing with mathematical arrays and lists from xtable methods...
[xtable.git] / pkg / R / print.xtableMatharray.R
diff --git a/pkg/R/print.xtableMatharray.R b/pkg/R/print.xtableMatharray.R
deleted file mode 100644 (file)
index 5c83175..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-print.xtableMatharray <- function(x,
-           print.results = TRUE,
-           format.args = getOption("xtable.format.args", NULL),
-           scalebox = getOption("xtable.scalebox", NULL),
-           comment = FALSE,
-           timestamp = NULL,
-           ...)
-{
-  class(x) <- c("xtableMatharray","data.frame")
-  print.xtable(x, floating = FALSE,
-               tabular.environment = 'array',
-               include.rownames = FALSE, include.colnames = FALSE,
-               hline.after = NULL,
-               print.results = print.results,
-               format.args = format.args,
-               scalebox = scalebox,
-               comment = comment,
-               timestamp = timestamp,
-               ...)
-}