Re: [R] Generating R plots through Perl - Solution

2007-03-06 Thread Ryan.G.Huckstorf
-help@stat.math.ethz.ch Subject: Re: [R] Generating R plots through Perl On Mar 1, 2007, at 6:28 PM, [EMAIL PROTECTED] wrote: First off, if you are working in perl you might want to be aware of ruby and the r for ruby project: http://rubyforge.org/projects/r4ruby/ Hello, $R-send(qq (xVal - c

[R] Generating R plots through Perl

2007-03-01 Thread Ryan.G.Huckstorf
Hello, I am in the process of writing a Perl program to carry out and analyze large numbers of regressions using R as the regression engine, and I am using Statistics::R to create the communication bridge between the two programs. Statistics::R creates a pipe between R and Perl and uses

Re: [R] Generating R plots through Perl

2007-03-01 Thread Charilaos Skiadas
On Mar 1, 2007, at 6:28 PM, [EMAIL PROTECTED] wrote: First off, if you are working in perl you might want to be aware of ruby and the r for ruby project: http://rubyforge.org/projects/r4ruby/ Hello, $R-send(qq (xVal - c(1,2,3,4,5,6))); $R-send(qq (yVal - c(3,5,2,6,1,5))); $R-send(qq