in reply to Scientific Graphing, R and Perl

Update:

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

    In the early 1990's I made heavy use of a program called GLE written by Chris Pugmire of CSIRO. It was capable of producing very complex, (or simple), high quality publication ready graphs. I hadn't heard of Perl at that stage, but I was able to do some scripting of it using DCL on Vaxes. Doing something similar in Perl should be easy enough. At present it runs on Linux and Windows machines.

    I highly reccomend this package. I now use R all day long, and i love it dearly (though not as much as Perl). I think that GLE was a better package than R for publciation quality graphics

    Have a look here for the Linux version and over here for the Windows version. Let me know how you get on!

    --
    Anthony Staines