[R-br] Sweave

jorgeas em ufcg.edu.br jorgeas em ufcg.edu.br
Segunda Agosto 15 00:51:11 BRT 2011


Pessoal tenho tentado usar o Sweave, mas não dá certo onde estou errando, o arquivo que estou tentando rodar é este utilizando o TexnicCenter e R 2.13.1 



\documentclass[a4paper]{article} 


\title{Sweave Example 1} 
\author{Friedrich Leisch} 


\begin{document} 


\maketitle 


In this example we embed parts of the examples from the 
\texttt{kruskal.test} help page into a \LaTeX{} document: 


<<>>= 
data(airquality) 
library(stats) 
kruskal.test(Ozone ~ Month, data = airquality) 
@ 
which shows that the location parameter of the Ozone 
distribution varies significantly from month to month. Finally we 
include a boxplot of the data: 


\begin{center} 
<<fig=TRUE,echo=FALSE>>= 
boxplot(Ozone ~ Month, data = airquality) 
@ 
\end{center} 


\end{document} 


e 
resulta neste anexo 




-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20110815/ad42301a/attachment.html>
-------------- Próxima Parte ----------
Um anexo não-texto foi limpo...
Nome: teste1.pdf
Tipo: application/pdf
Tamanho: 60264 bytes
Descrição: não disponível
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20110815/ad42301a/attachment.pdf>


Mais detalhes sobre a lista de discussão R-br