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 wrote:
>
>>
>> Hello, I would like to plot a large number of graphs (43) in a same
>> window.
>>
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 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 erro
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
-
3 matches
Mail list logo