AhmedAly90

Results 1 comments of AhmedAly90

i give the path on my windows but it doesnot work $r = new RCore(new CommandLineREngine('C:/Program Files/R/R-3.1.2/bin/x64/R.exe')); $rProcess = $r->createInteractiveProcess(); +$rProcess->start(); $rProcess->write('x=10'); $rProcess->write('N=10'); $rProcess->write('png(filename="temp.png", width=500, height=500)'); $rProcess->write(' hist(x, col="lightblue")'); $rProcess->write('plot(x,N)');...