Displaying 1 result from an estimated 1 matches for "otherprocess".
2011 Dec 30
1
HELP!! - PHP calling R to execute a r-code file (*.r)
Hi,
I have met a tough problem when using PHP to call R to generate some plots.
I tested it okay in my personal computer with WinXP. But when I was trying
to update to my server (Win2003 server), I found it did not work. Below is
the details:
1> r-code file (E:/mycode.r):
----------------------
jpeg("E:/mytest.jpg")
plot(1:10)
dev.off()
----------------------
2> php code: