[R] R_WinEdt question
Aimin Yan
aiminy at iastate.edu
Thu Nov 30 08:52:21 CET 2006
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}
More information about the R-help
mailing list