Displaying 2 results from an estimated 2 matches for "fig1plot".
2006 Nov 30
4
R_WinEdt question
if I want to put fig1plot to the left, figYPplot to the right
figYAaplot on the bottom.
How to modify the following cod to do these?
\begin{figure}[H]
\centering
\begin{minipage}[t]{0.5\textwidth}
\centering
<<label=fig1plot,fig=TRUE,echo=FALSE>>=
<<fig1plot>>
@
%\caption{Caption 1}
\end{minipage}...
2008 Oct 13
1
MiKTEX-texi2dvi
...tangle seem to work fine but when I use "texi2dvi" it crashes.
library(tools)
Sweave("C:/Program Files/R/R-2.7.2/bin/foo.Rnw")
Writing to file foo.tex
Processing code chunks ...
1 : echo term verbatim (label=two)
2 : echo term verbatim (label=reg)
3 : echo term verbatim (label=fig1plot)
4 : term verbatim eps pdf (label=fig1)
5 : term verbatim eps pdf (label=fig2)
6 : term hide (label=foo)
7 : term hide (label=foo2)
8 : echo term verbatim (label=blurfle)
9 : term tex (label=tab1)
You can now run LaTeX on 'foo.tex'
> Stangle("C:/Program Files/R/R-2.7.2/bin/foo.R...