Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Ambos lados da revisão anteriorRevisão anterior
Próxima revisão
Revisão anterior
projetos:reproducibleresearch [2014/03/17 17:56] – [Reproducible Research] joelprojetos:reproducibleresearch [2014/03/17 18:04] (atual) – [Reproducible Research] joel
Linha 50: Linha 50:
  
 \section{A Box Plot} \section{A Box Plot}
-<<results='hide',boxplot,fig.show='hide'>>=+<<boxplot>>=
 # building a box plot # building a box plot
 boxplot(iris$Sepal.Length~iris$Species) boxplot(iris$Sepal.Length~iris$Species)
 @ @
- \includegraphics{figure/boxplot.pdf}+ 
 \section{A Table} \section{A Table}
    
Linha 80: Linha 81:
 </code>  </code> 
  
-Save this file as report.Rnw and run in R the following commands :+Save the commands above  into a file called report.rnw and compile it into a LaTeX document according to the commands below.
  
 <code> <code>
 library(knitr) library(knitr)
 knit("report.rnw") knit("report.rnw")
-system("tex2pdf report.tex") 
 </code> </code>
 +
 +This will generate a .tex file that can be processed by a LaTex editor! 
 +
 +For linux and mac users, you can run :
 +
 +<code>
 +> tex2pdf report.tex
 +</code>
 +
 +to convert the result into a pdf
  
    

QR Code
QR Code projetos:reproducibleresearch (generated for current page)