Try this:

par(mfrow = c(8,5), mar = c(1, 1, 1, 1))
replicate(40, plot(10))

On Mon, Aug 31, 2009 at 4:39 PM, swertie <[email protected]> wrote:

>
> Hello, I would like to plot a large number of graphs (43) in a same window.
> I
> tried wit par(mfrow=c(8,5)), but when I give the code for the plots I
> receive a error message saying that the margins are to wide. Can someone
> help me? Is it possible to put so many graphs in a single window? Thank you
> --
> View this message in context:
> http://www.nabble.com/Plot-several-graphs-in-the-same-window-tp25229263p25229263.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> [email protected] 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.
>



-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O

        [[alternative HTML version deleted]]

______________________________________________
[email protected] 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.

Reply via email to