Displaying 1 result from an estimated 1 matches for "ex6_pic1".
2003 Sep 26
1
empty postscript output of figures
...e gaphics window in R, the background is grey, while it
is white for those graphics that are properly printed to file. All
postscript commands are followed by a dev.off() command after the
plotting commands. I have R running under WinXP .
Here an example of malfunctioning code.
postscript("ex6_pic1.eps", width =6, height = 9,
horizontal = F, onefile = FALSE, paper = "special")
par(mfrow=c(2,1));
par(mfg=c(1,1));
plot(bidia,weight,xlab="birthweight",ylab="head diameter");
abline(birth.lm1$coefficients);
par(mfg=c(2,1));
plot(abdcir,weight,xlab="birthweig...