Top "Sweave" questions

Sweave is a system for combining S (or R) code with LaTeX in a single document.

xtable adding a title on top and a caption under the table

I want to put a caption title on the xtable in a Rnw document. Here's the code. Unfortunately, I'm not …

r latex sweave caption xtable
Counts & Percentages in xTable, Sweave, R, cross tabulations

Edit: Building off of aL3xa's answer below, I've modified his syntax below. Not perfect, but getting closer. I still …

r latex sweave xtable
ggplot2 plot fill page in landscape (pdf)

I'm trying to render a plot to a PDF using the following approach: pdf('~/Desktop/test.pdf', bg = "white", …

r ggplot2 knitr sweave
R: Print two tables with xtable ()

I have data tables (d1 and d2) which I would like to print side by side or on top of …

r sweave
Makefile for dummies? Mac OS X

I am having trouble understanding an answer to a previous question I asked here on stackoverflow located at: More efficient …

r latex terminal sweave osx-leopard
What is the knitr equivalent of `R CMD Sweave myfile.rnw`?

What is the command-line knitr equivalent of R CMD Sweave myfile.rnw?

r sweave knitr
how can I suppress output from Sweave that is not suppressed by echo=FALSE?

I am getting extraneous output in my .tex file that I can not suppress with <> or sink(). Notably, …

r latex sweave
easiest way to write a title page to pdf without Sweave

I have R code (using ggplot2) that pumps out a bunch of charts to PDF and I'm happy with the …

r pdf sweave
Changing the font size of table using print.xtable

I want to change the font size of the table using print.xtable. Using print(xT, size="\\tiny") works but …

r latex sweave xtable
Error when compiling pdf using knitr in rstudio

I have installed the packages Sweave as well as knitr on both Linux mint and Windows 7, and it works well …

r knitr sweave rstudio