search for: color_fun

Displaying 1 result from an estimated 1 matches for "color_fun".

Did you mean: color_fb
2008 Nov 14
0
plotting to Postscript and margins
...t; at hand -- if that is what was referred to by MASS. Additionally printing directly to postcript generates an error. my plotting code is: par(font=2) par(las=2) par(cex.lab=2) par(mar=c(1, 12, 12, 14) +0.2) par(font.axis=2) par(font.lab=2) par(cex.axis=2) image(1:ncol(fcs),1:nrow(fcs),t(fcs),col=color_fun(5), breaks= breaks,xlab="",ylab="",xaxt="n",yaxt="n") {here it fails:"Error in plot.new() : figure margins too large" when plotting to a device created with postscript(). Plotting to the default X11 and using dev.print() works aside from the messed...