Certainly.

postscript("test.ps")
par(new=T)
plot(1:10,1:10)
dev.off()

Produces a postscript image that can be opened.  However 

pdf("test.pdf")
par(new=T)
plot(1:10,1:10)
dev.off()

produces a pdf that cannot be opened by Latex or xpdf.  

Andrew
-- 
Andrew Robinson                      Ph: 208 885 7115
Department of Forest Resources       Fa: 208 885 6226
University of Idaho                  E : [EMAIL PROTECTED]
PO Box 441133                        W : http://www.uidaho.edu/~andrewr
Moscow ID 83843                      Or: http://www.biometrics.uidaho.edu
No statement above necessarily represents my employer's opinion.

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to