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. Do widzenia, Roland Marcin Kozak wrote: > 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 much free space among the pictures, making the plot > look not that pretty. How can I do that? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.