Re: [R] help for high-quality plot (wmf) in files

2007-09-18 Thread Kuhn, Max
> Standard sweave may not work for this, but there is the odfWeave package > that will create openoffice documents which can easily be converted to > word docs (I have used this for creating sets of graphs to send to > clients who only use word). I don't know if it can generate .wmf files > or not

Re: [R] help for high-quality plot (wmf) in files

2007-09-18 Thread Greg Snow
rom: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bert Gunter > Sent: Monday, September 17, 2007 9:34 AM > To: 'Gabor Grothendieck'; 'Zheng Lu' > Cc: [EMAIL PROTECTED] > Subject: Re: [R] help for high-quality plot (wmf) in files > > May I ask a rela

Re: [R] help for high-quality plot again

2007-09-18 Thread Duncan Mackay
I now rarely use Word; if the size of the wmf as fixed by the win.metafile is smaller than the size of the page within the margins you should have no problem. So for letter size 8.5 x 11 inches with 1 inch margins and allowing 0.5 in for a label you coud have a landscape mode wmf size of height

Re: [R] help for high-quality plot again

2007-09-17 Thread Duncan Mackay
I have found through experience to use win.metafile produce a .wmf file and in word insert the picture as a file. The trick is to do produce everything as it will appear in the word document. Size is critical. The width and height of the wmf file must be as it will appear in word eg win.metafile

[R] help for high-quality plot again

2007-09-17 Thread Zheng Lu
Dear all: Thank you very much for your help. Actually, I save the plot(mfrow=c(2,3))as metafile, however, when I insert picture from the file in word to import this plot picture, everything seems to be shrinked. Is there anyone having good experience with import graph from R to Word document?

Re: [R] help for high-quality plot (wmf) in files

2007-09-17 Thread Bert Gunter
Gabor Grothendieck Sent: Sunday, September 16, 2007 10:55 AM To: Zheng Lu Cc: [EMAIL PROTECTED] Subject: Re: [R] help for high-quality plot Use windows metafile format. Its a vector graphic format so it will display in full resolution. png is bitmapped and so won't. Also you can edit a wmf graph

Re: [R] help for high-quality plot

2007-09-16 Thread Paul Smith
On 9/16/07, Zheng Lu <[EMAIL PROTECTED]> wrote: > I am curious how to generate high-quality plot and graph with R and > input it into my word document. my plot was always generated in device > 2, when I save it as PNG, the quality is poor. Thank you very much for > your consideration and time. To

Re: [R] help for high-quality plot

2007-09-16 Thread Gabor Grothendieck
Use windows metafile format. Its a vector graphic format so it will display in full resolution. png is bitmapped and so won't. Also you can edit a wmf graphic in Word using Word's built in graphic editor so you could change the labels, etc. even after you have imported it. Right click the graph

Re: [R] help for high-quality plot

2007-09-16 Thread Zheng Lu
Dear all: I am curious how to generate high-quality plot and graph with R and input it into my word document. my plot was always generated in device 2, when I save it as PNG, the quality is poor. Thank you very much for your consideration and time. ZLu ___