Tag Archives: Rstudio

Workshop on knitr, LaTeX and R

The SCG is putting on a workshop on LaTeX, R, and integrating the two with knitr. The workshop covers the structure of the LaTeX document, how to insert R code and results in LaTeX, and get an output document. Source Code R and Sweave Presentation

Pretty Graphs with ggplot2 (R)

The native graphics options in R are very powerful and useful for generating output. However, the packages available for R extend your capability far beyond what is natively available in R. The most commonly used package for non-native graphics is ggplot2. Getting Started with qplot – A brief introduction to qplot(), the training wheels plotting […]

Rstudio, Sweave, and LaTeX

(pronounced Lay-tech, the X is supposed to be a capital ) is a typesetting environment used to generate a professional looking output, and automate some of the more tedious tasks of writing a paper. It is the de-facto standard for writing scientific papers, and it is a good idea to learn it if you intend […]