[R] Plot several graphs in the same window

swertie v_coudrain at voila.fr
Tue Sep 1 08:54:27 CEST 2009


Thank you very much it works well.




Henrique Dallazuanna wrote:
> 
> 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 <v_coudrain at voila.fr> 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.
>>
>> ______________________________________________
>> R-help at 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.
>>
> 
> 
> 
> -- 
> Henrique Dallazuanna
> Curitiba-Paraná-Brasil
> 25° 25' 40" S 49° 16' 22" O
> 
> 	[[alternative HTML version deleted]]
> 
> 
> ______________________________________________
> R-help at 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.
> 
> 

-- 
View this message in context: http://www.nabble.com/Plot-several-graphs-in-the-same-window-tp25229263p25235251.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list