FW: Device question
1
0
Entering edit mode
Paul Grosu ▴ 110
@paul-grosu-536
Last seen 9.6 years ago
Hi - Thank you all who've answered me. I went with the solution of ghostscript and doing it the following way: > bitmap("c2.png",width=3,height=3,res=300) > image(a) but the problem now is that the files don't completely get saved except only when I quit out of R. Is there a way of syncing out the image cache so the files are completely written out to disk without quitting R? Thank you, Paul
• 687 views
ADD COMMENT
0
Entering edit mode
@kasper-daniel-hansen-459
Last seen 9.6 years ago
On Wed, Mar 30, 2005 at 12:31:36AM -0500, Paul Grosu wrote: > Thank you all who've answered me. I went with the solution of ghostscript > and doing it the following way: > > > bitmap("c2.png",width=3,height=3,res=300) > > image(a) > > but the problem now is that the files don't completely get saved except only > when I quit out of R. Is there a way of syncing out the image cache so the > files are completely written out to disk without quitting R? When you close the device, the file gets "finished". So just do a dev.off() when you want the file to be finalized. Kasper
ADD COMMENT

Login before adding your answer.

Traffic: 812 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6