[R] Problem with "par" and "bubble plot"
Filoche
pmassicotte at hotmail.com
Sun Aug 1 21:42:56 CEST 2010
Hhi there.
Here's the example.
pdf(file="C:/Users/Modelisation/Desktop/BubblePlot.pdf", width = 15, height
= 15, family = "Times", pointsize = 25);
par(mfcol = c(3,3), mar = c(3,3,3,3), oma = c(0,0,0,0));
for (i in 5:33)
{
print(bubble(temp,i, col = "cornflowerblue"));
}
dev.off();
Best regards,
Phil
--
View this message in context: http://r.789695.n4.nabble.com/Problem-with-par-and-bubble-plot-tp2308452p2309672.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list