#Stat159-fall2016-lab9
This repository contains the LAB8 material regarding basics of RNW.
#Suggested LINK
A nice resource about LaTeX is Overleaf -- https://www.overleaf.com
They have a couple of introductory slides:
https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-1.pdf
https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf
Today you will use Rnw files (instead of Rmd files) to work with latex syntax and code
chunks in R. You can use knitr to knit the Rnw into a LaTeX document.
http://yihui.name/knitr/demo/minimal/
Here is a sample Rnw file to get you started.
https://github.com/yihui/knitr/blob/master/inst/examples/knitr-minimal.Rnw
All media content licensed under a Creative Commons Attribution 4.0 International License.
All code licensed under MIT License
Author: PhilHoon Oh
Credit : Gaston Sanchez(check gaston's repo for License)