[R] Error in plot.new() : Figure margins too large

Antje niederlein-rstat at yahoo.de
Thu Jan 11 11:37:05 CET 2007


Hello,

was could be the reason for such an error message???
I'd like to create a window with 10x6 barplot and save it as pdf.

I tried:

pdf("histogram.pdf",width=7, height=7)

windows(cols, rows)
par(mfcol = c(rows,cols))

sapply(mat, calcHist)

dev.off()

Within the method of sapply, I call barplot

What is wrong???

Antje



More information about the R-help mailing list