Skip to content

Spacing and margins in plot

1 message · Raubertas, Richard

#
You can do this with the 'mgp' argument to par()  (see ?par).
For example, I find par(mgp=c(2, 0.75, 0)) (which puts the
axis label on line 2 and the axis values on line 0.75) nicely
"tightens up" the space around a plot.

Rich Raubertas