Skip to content
Prev 124861 / 398498 Next

layout function for several plots

I can't read what your error message, but on mine I get the error:
"Error in plot.new(): margins too large", which is happening because
the default margins do not have enough space.  You can reduce the
margins with using par

par(mar=c(0,0,0,0))

Which will let plot.new() work.  I hope this helps.

Sam
On 9/19/07, marcg <mdgi at gmx.ch> wrote: