How to put a spacing of colors in a table of xtable?
I generate the tables with the following instructions:
test.table<-xtable(summary(test),caption='test', floating = FALSE)
align(test.table) <- "|c|l|"
print(test.table,caption.placement='top')
thanks for your answers
test
? What doesspacing of colors
mean? – Puerperal