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?