RE: [R] Getting R to emit an image file as a pipe or Base64 stream: Mac OSX 10.3 - R 2.0.1

2004-12-04 Thread Thuan-Jin Kee
); It is not necessary to start X display if anything can be done in background But the problem is jpeg()/png() are not available unless an X display is available to the R process (one of the FAQs). Andy On Fri, 3 Dec 2004 12:07:24 +1100 (EST) Thuan-Jin Kee [EMAIL PROTECTED] wrote: Hi All, Anybody

[R] Getting R to emit an image file as a pipe or Base64 stream: Mac OSX 10.3 - R 2.0.1

2004-12-02 Thread Thuan-Jin Kee
Hi All, Anybody know how to make R emit base64 encoded text in some way that perl can grab it, instead of planting a file on your harddrive when calling JPEG or PNG? I've managed to get these scripts to work and put a file on the harddisk #!/usr/bin/perl -Wall # by jin kee. a simple script to

[R] R 2.0.1 jpeg() png() pdf() Mac OSX 10.3.5 - empty files being created

2004-11-23 Thread Thuan-Jin Kee
Hi everyone, I've been opening up R 2.0.1 from the dock and then starting the Mac OSX X11 server. After that I call jpeg(test.jpg,plot(rnorm(10))) and r pops up a quartz window with the appropriate graph in it and puts a file called test.jpg into the HOME which is 0kb in size and is completely