Displaying 1 result from an estimated 1 matches for "bidia".
Did you mean:
bidi
2003 Sep 26
1
empty postscript output of figures
...e 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="birthweight",ylab="abdomnial circumference");
abline(birth.lm2$coefficients);
dev.off()
Hope you can help me.
Best
Andreas
---...