[R] PostScript output error

Mitsuru Oka oka at debian.or.jp
Thu Sep 9 13:30:54 CEST 1999


At Thu, 9 Sep 1999 11:26:49 +0100,
Paul Murrell <pm254 at medschl.cam.ac.uk> wrote:
> 
> hi
...
> as Brian Ripley pointed out, par(mfcol=c(2,2)) or par(mfrow=c(2,2)) will
> "fix" your "problem".
> 
> the intended use of par(mfg) is to allow you to add extra bits to graphs in
> a multiple-graph arrangement.  for example, something like ...
> 
> par(mfrow=c(2,2))
> for (i in 1:4) plot(i)
> par(mfg=c(1,2,2,2))
> mtext("some text i forgot to add when i first made this graph")

Oh, I understood about mfg. It may be usefull in interactive mode.

By the way, what is difference between mfrow and mfcol?

> however, this does not excuse R  for misbehaving in your example.  I will
> take a look at what we should do to fix it - thanks for bringing this
> problem to our attention !
> 
> paul

You're welcome :)
--
Mitsuru Oka
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list