Displaying 1 result from an estimated 1 matches for "eenvironment".
Did you mean:
environment
2007 Jun 21
2
Need Help: User Defined R Functions in Sweave/Latex
..., transformation = FALSE,
+ alter.names = TRUE)
> basicplot(x, nplots = 1, sectionname = "myname")
\begin{figure}
\includegraphics{scatter1.pdf}
\caption{myname}
\end{figure}
End text here
Output:
mdj at lapmdj:~/mydocs/R$ R CMD Sweave testmacro3.Snw
[1] "Welcome to my custom R eenvironment!"
> library("utils"); Sweave("testmacro3.Snw")
Writing to file testmacro3.tex
Processing code chunks ...
1 : term verbatim
2 : echo term verbatim
Loading required package: Biobase
Loading required package: tools
Welcome to Bioconductor
Vignettes contain introduct...