Skip to content
Prev 60409 / 398498 Next

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

If you want to call R from perl, why don't you do a simple system call like:

$callR="/usr/loca/bin/R CMD BATCH plotscript.R";
system ($callR);

It is not necessary to start X display if anything can be done in background




On Fri, 3 Dec 2004 12:07:24 +1100 (EST)
"Thuan-Jin Kee" <kee at wehi.EDU.AU> wrote: