General guide for creating publication quality tables using R, Sweave, and LaTeX

前端 未结 5 1997
無奈伤痛
無奈伤痛 2020-12-07 07:13

There are a range of tools available for creating publication quality tables using R, Sweave, and LaTeX. In particular, there are helper functions like latex in

5条回答
  •  执念已碎
    2020-12-07 07:42

    xtable has worked fine for me so far. In combination with siunitx, and when necessary, longtable, it can produce pretty effective tables, in my opinion. With packages like booktabs and caption, the aesthetics can be pleasing too.

    I am not sure this level of detail was asked for by the OP, but for what it's worth, the basic implementation could be something along these lines: https://tex.stackexchange.com/questions/41067/caption-for-longtable-in-sweave/41183#41183 (my own answer to another question).

提交回复
热议问题