Skip to content

How to control distance between rows of figures in multiple plots

2 messages · Gundala Viswanath, jim holtman

#
Dear all,

I have a plot with 2 x 2 figures matrix in it.

pdf("~/Desktop/myplot.pdf",width=13,height=7)
par(mfrow=c(2,2))
# follow by some code

Now the distance between figures of row 1 and row 2
is too wide. How can I modify?

- Gundala Viswanath
Jakarta - Indonesia
#
?par

look at the 'mar' parameter.
On Thu, Apr 16, 2009 at 11:54 PM, Gundala Viswanath <gundalav at gmail.com> wrote: