Questions tagged [xtable]

A library for R that exports tables from R data in LaTeX (and/or html) format. Please do not use this for xtables in ConTeXt which should be tagged extreme-tables.

A library for R that exports tables from R data in LaTeX (and/or html) format. Please do not use this for xtables in ConTeXt which should be tagged .

95 questions
4
votes
2 answers

Why my table does not center?

For some reasons my table does not center which is odd since I am doing exactly the same with another table in the same tex file and it works. Could someone help…
jvddorpe
  • 141
4
votes
2 answers

Result from summary in xtable

I have a vector of values, and I want to use the output of "summary" in LaTeX. I understand that xtable is designed for exactly that purpose. However ... > values <- c(1,2,3) > summary(values) Min. 1st Qu. Median Mean 3rd Qu. Max. 1.0 …
bonifaz
  • 395
3
votes
2 answers

Problem with hline on alternating row colour table

I've created a table where the rows alternate in colour however /hline is acting unusually. The first and second /hline work normally however after this alternating /hlines only show as a small dash next to the vertical column…
1
vote
1 answer

Problem with some \omit and a table within itemize

Good morning/afternoon/evening I have got this source code, below. The result is on the picture on the left. Why is the mark (the black circle) below the table? How to fix it? I want to have got the mark next to the table - top or middle (at one…