Top "Sweave" questions

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

Generating LaTeX output from R data frame

I am running R v2.14.1 on Ubuntu. I am writing a script that will generate a data frame, which represents …

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

There are a range of tools available for creating publication quality tables using R, Sweave, and LaTeX. In particular, there …

r sweave xtable
What is a null graphics device?

I'm reading the R help page for ?devAskNewPage (it was linked from ?par...ask). I can't understand what par(ask=…

r plot graphics sweave par
get filename and path of `source`d file

How can a sourced or Sweaved file find out its own path? Background: I work a lot with .R scripts …

r sweave
How to include a Percent Symbol in an xtable caption using Sweave in R

I'm trying to use Sweave to generate a statistical report, and am trying to put a caption on an xtable, …

r latex sweave xtable
How to capture R text+image output into one file (html, doc, pdf etc)?

The task is to create a file (word, rtf, pdf, html, or whatever) that will capture the output of R (…

r sweave knitr
R Sweave: NO TeX installation detected

I've tried searching on google to fix this, with very minimal helpful solutions. I have installed, Miktex, R and R …

r installation sweave miktex
How can I set the latex path for sweave in R?

I would like to know how I can set the pdflatex path in R to use sweave. Because I have 2 …

r rstudio knitr sweave pdflatex
Sweave xtable: how to position tables between text?

I have a number of tables with text around them describing them. Something like this: This table shows blah blah... &…

r latex sweave xtable
Using xtable with R and Latex, math mode in column names?

I'm using xtable to compile tables from R automatically while compiling my TeX document. The question I have is how …

r latex sweave xtable