[R] Spacing and margins in plot

Earl F. Glynn efg at stowers-institute.org
Thu Sep 1 17:14:09 CEST 2005


"Chris Wallace" <c.wallace at qmul.ac.uk> wrote in message
news:m3wtm0502o.fsf at qmul.ac.uk...

> how about
> plot(..., xlab="")
> title(xlab="label text", line=2)

Yes, Chris, I like your idea, especially when I can "fix" both X and Y axes
at the same time:

  plot(0, xlab="",ylab="")
  title(xlab="X axis", ylab="Y axis", line=2)

I'd prefer a way to set the axis title line at the same time I change the
mar parameters, but it's not a big deal.

Thanks.
efg




More information about the R-help mailing list