[R] par(fig) problem

ros mathieu rosm at ufrima.imag.fr
Mon Feb 14 09:53:54 CET 2000


hello R-users,
I'd like to plot four graphics on the same page but with different
sizes. I've tried to use :

par(fig=c(0,0.5,0,0.6))
plot(fig1)
par(fig=c(0.5,1,0,0.6))
plot(fig2)
etc...

but when a figure is plotted, it erase the previous.
I've tried to pass 'new=T' to plot function but it's not possible.
What can I do ? is it a  bug ?
I've already reported this a 2 or 3 month ago but I can't find out the
answers I get.

    Mathieu

I run R 0.99-0 on a linux mandrake 7.0

--
----------------------------------------------------------------------
Mathieu Ros - 13 rue bévière - 38000 GRENOBLE - 04 76 491 370
http://mathieu.ros.free.fr/
DESS ingénierie mathématique (biostatistiques)
Universite Joseph Fourier, Grenoble
----------------------------------------------------------------------
l'expérience est le nom que chacun donne a ses erreurs. Wilde



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