[R] insert eps into microsft word
David Khabie-Zeitoune
dave at evocapital.com
Wed Sep 10 19:21:22 CEST 2003
Have you tried win.metafile (I'm assuming you are using Windows)?
E.g.
win.metafile(file = "c:/test.wmf")
plot(rnorm(100))
dev.off()
WMF is a vectorised format (unlike jpeg or bmp) so should produce nice
scalable graphs.
-----Original Message-----
From: Karim Elsawy [mailto:elsawy at ysbl.york.ac.uk]
Sent: 10 September 2003 18:12
To: r-help at stat.math.ethz.ch
Subject: [R] insert eps into microsft word
it seems that word can not read encapsupalted postscripts generated by R
I used this command
postscript("output.eps",horizontal=F,onefile=TRUE)
since onefile=TRUE produces an encapsualted postscript
actually what I'm trying to do is to insert the postsript file into a
word document since other formats like jpeg and bmp do not reproduce the
same quality like postscript formats
any suggestions are very much appreciated
Karim
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
More information about the R-help
mailing list