R-beta: Problem with Multi-Figure Plots

Martyn Plummer plummer at iarc.fr
Tue Jun 9 11:06:35 CEST 1998


Pedro Lima wrote:
> 
> I was trying to make some multi figure plots and I had some strange
> problems. I'm using R 0.61.2. When I make this plot
> 
> >postscript(file="timeplot5.ps",horizontal=TRUE)
> >par(mfrow=c(2,2))
> >plot(dados$a1)
> >plot(dados$a2)
> >plot(dados$a3)
> >plot(dados$a4)
> 
> The last panel is ploted without the box and it is always ploted in
> landscape mode. Can anyone reproduce this problem?

Did you close the postcript device with "dev.off()"
before printing?

Regarding print quality, I should think that both the
"postscript" device and the "print.graph" function give
the same quality.  Both methods produce output in PostScript
form. This is a programming language for drawing
pages, so the resolution of the output should be as good
as your printer allows.

Martyn

Martyn
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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