[R] Problem with "par" and "bubble plot"

Filoche pmassicotte at hotmail.com
Fri Jul 30 22:30:35 CEST 2010


Hi all.

I have been trying to plot 9 bubble plots on each page of a PDF file. For
this, I'm using : 

par(mfcol = c(3,3), mar = c(3,3,3,3), oma = c(0,0,0,0));

However, when plotting the bubble plot (gstats package), it plots the graph
on a full page. I tried to plot something else with plot(x,y) and it works
as intended. So I'm guessing the problem comes from the bubble plot itself.

Anyone suggestion?

Best regards,
Phil
-- 
View this message in context: http://r.789695.n4.nabble.com/Problem-with-par-and-bubble-plot-tp2308452p2308452.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list