in reply to Scientific Graphing, R and Perl
The group that produces RSPerl also produces a python interface for R. I was able to find a solution to my problem after searching through Omegahat's python mailing list.
It turns out that my problem was that the R module couldn't find the R shared module. Setting the $R_HOME environment variable and adding the path for the modules to @INC solved the problem for me.
I'm still interested in alternatives to R for this task. Thanks for everyone's help.
----
Coyote
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Scientific Graphing, R and Perl
by astaines (Curate) on Mar 17, 2003 at 21:48 UTC |