我需要调整边距以便可以并排放置两张图片。当图片上没有标题时,这种方法有效,但当我添加标题时,边距又恢复到原来的状态。
\begin{adjustwidth}{-0.75in}{-0.75in}
<<tuning,echo=FALSE,warning=FALSE,fig.height=2,fig.width=8,fig.pos='H''>>=
multiplot(inter_tree,inter_tree,cols=2)
@
\end{adjustwidth}
\begin{adjustwidth}{-0.75in}{-0.75in}
<<tuning,echo=FALSE,warning=FALSE,fig.height=2,fig.width=8,fig.pos='H',fig.cap='caption'>>=
multiplot(inter_tree,inter_tree,cols=2)
@
\end{adjustwidth}