Re: [R] Drawing several pictures on a plot

2008-02-22 Thread Roland Rau
Hi Marcin, in addition to Greg Snow's answer, you may also check the "Introduction to R" Manual, especially Section 12.5. In subsection 12.5.3 (in the PDF version), there is also a graphical example of the margins. http://cran.r-project.org/doc/manuals/R-intro.pdf Mam nadzieje, ze to pomoze. D

Re: [R] Drawing several pictures on a plot

2008-02-22 Thread Greg Snow
cin Kozak > Sent: Friday, February 22, 2008 12:20 PM > To: r-help@r-project.org > Subject: [R] Drawing several pictures on a plot > > Hi, > > I want to draw several pictures on one plot and do as follows: > > xy<-matrix(rnorm(100,100,10),50) > op <- par(mfrow =

[R] Drawing several pictures on a plot

2008-02-22 Thread Marcin Kozak
Hi, I want to draw several pictures on one plot and do as follows: xy<-matrix(rnorm(100,100,10),50) op <- par(mfrow = c(2, 2), pty = "s") plot(xy,ann=F);plot(xy,ann=F);plot(xy,ann=F);plot(xy,ann=F) par(op) What I need now is to set the size of the pictures within this plot since there is too muc