Displaying 1 result from an estimated 1 matches for "m3corn".
Did you mean:
m2corn
2005 Dec 02
1
plot bg color in Mac OSX
.... This makes the plot
difficult to read on b&w printouts. I have tried changing the background to
white (or any other color) without any success. Here's a current example
plot(augPred(m2corn.nlme, level=0:1), bg="transparent", lty=c(1,4), pch=19,
cex=.75,new=TRUE)
plot(augPred(m3corn.nlme, level=0:1), lty=c(1,4), pch=19, new=TRUE)
Notice that if I run this code at the same time, there are some par
arguments that work as I would expect and others that seem to have no
effect. For example, bg="transparent" and new=TRUE both seem to be
ignored. This is annoying because...