[R] Drawing several pictures on a plot
Roland Rau
roland.rproject at gmail.com
Fri Feb 22 21:28:44 CET 2008
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?
More information about the R-help
mailing list