search for: m2corn

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

Did you mean: m2core
2005 Dec 02
1
plot bg color in Mac OSX
...R on my iBook (OS X 10.4) and whenever I try and plot a model that has been run, I get a grey background. 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....