[R] R_WinEdt question

Uwe Ligges ligges at statistik.uni-dortmund.de
Thu Nov 30 09:54:52 CET 2006


This is a LaTeX questions and has nothing to do neither RWinEdt nor 
WinEdt nor R. Hence chosen mailing list and chosen subject line are both 
inappropriate.

Uwe Ligges



Aimin Yan wrote:
> 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}
> \begin{minipage}[t]{0.5\textwidth}
> \centering
> <<label=figYPplot,fig=TRUE,echo=FALSE>>=
> <<figYPplot>>
> @
> %\caption{Caption 1}
> \end{minipage}
> \begin{minipage}[t]{1.0\textwidth}
> \centering
> <<label=figYAaplot,fig=TRUE,echo=FALSE>>=
> <<figYAaplot>>
> @
> %\caption{Caption 1}
> \end{minipage}
> \caption{The first look at the relationship between variables in data set}
> \label{fig:one}
> \end{figure}
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list