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

2007-03-06 Thread Ryan.G.Huckstorf
Hello, I tried what you suggested (i.e. combine the separate plot creation commands into one command from Perl to R), and it worked. The syntax is as follows: $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 (c(pdf(C:/Test Environment/R/perlPlotTest.pdf),

[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