search for: vsep

Displaying 2 results from an estimated 2 matches for "vsep".

Did you mean: sep
2007 Apr 27
1
Problem with formatted xtable in R 2.5.0
...;\\color{red}\\textbf{big red}" a12 <- "\\color{green}green" a22 <- "\\color{red}red" A <- matrix(c(a11, a21, a12, a22), nrow = 2, ncol = 2) colnames(A) <- c("big", "normal") rownames(A) <- c("green", "red") A xtable(A, vsep=c('@{\\hspace{0.1cm}}', rep('@{\\hspace{0.4cm}}', 6), '@{\\hspace{0.1cm}}')) I do get the following output: % latex table generated in R 2.5.0 by xtable 1.4-3 package % Fri Apr 27 13:19:43 2007 \begin{table}[ht] \begin{center} \begin{tabular}{rll} \hline & big &...
2004 Jan 18
0
xtable feature addition suggestion
...ee e-mail from "BXC (Bendix Carstensen)" <bxc@novonordisk.com> dated Mon, 27 Aug 2001 10:11:54 +0200 - BTABULAR <- paste("\\begin{tabular}{", + BTABULAR <- paste("\\begin{",tabular.environment,"}{", paste(attr(x, "vsep"), c(attr(x, "align"), "}\n\\hline\n"), sep="", collapse=""), sep="") - ETABULAR <- "\\hline\n\\end{tabular}\n" + ETABULAR <- paste("\\h...