search for: r_bin

Displaying 1 result from an estimated 1 matches for "r_bin".

Did you mean: _bin
2005 Jan 22
1
Plotting with Statistics::R, Perl/R
...owever, when called from the perl script I get the ff. warning: -- X11 module is not available under this GUI -- and nothing is saved 3. I tried to hijack the script by modifying lib/Statistics/R/Bridge/Linux.pm to remove the "gui=none" setting -- $this->{START_CMD} = "$this->{R_BIN} --slave --vanilla --gui=none" ; -- changed to -- $this->{START_CMD} = "$this->{R_BIN} --slave --vanilla" ; -- 4. When plotting in R from the perl script again, I no longer get the warning and I get test.png saved, but it is empty. Please advise.