]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/R/xtable.R
Completed addition of function print.xtableMatharray.R including test code in tests...
[xtable.git] / pkg / R / xtable.R
index 76a4be963ee125dd138f5dd1a8ea69447ec15c7d..e3c1e048b17788e61d70239c2739c8bd6d7becc7 100644 (file)
@@ -80,7 +80,7 @@ xtable.xtableMatharray <- function(x, caption = NULL, label = NULL,
                         digits = digits, display = display, auto = auto,
                         ...)
   class(xtbl) <- c("xtableMatharray","xtable","data.frame")
-  return(xtbl)  
+  return(xtbl)
 }
 
 ### table objects (of 1 or 2 dimensions) by Guido Gay, 9 Feb 2007