There are some interface commands in the TeachingDemos package (see ?gp.open) 
for communicating between R and Gnuplot.  These commands are pretty basic, but 
looking at the code may give you some ideas of what to do next in your project 
(or maybe what not to do).

Hope this helps,

--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111



> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Fristachi, Anthony
> Sent: Friday, August 22, 2008 12:43 PM
> To: r-help@R-project.org
> Subject: [R] R and GNUPLOT
>
> Hello,
>
>  I am trying to send commands to GNUPLOT to load a .plt file
> that was generated with a C++ software module called with R,
> and to replot.
>
>  I am able to open the program with shell.exec (below)  but I
> am at a loss at what do next.  Any suggestions??
>
> shell.exec("C:\\ gnuplot \\ bin \\ wgnuplot.exe")
>
> Thanks
>
> >>>>>>>----------------------------------------------->>>>
> Tony Fristachi
> Battelle, Statistics & Information Analysis
> 505 King Avenue, Rm 11-7-056
> Columbus, OH 43201
> Email: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>
> Phone: 614/424.4910   Fax: 614/458.4910
> Cell: 513/375.3263
> Web:
> http://www.battelle.org/solutions/default.aspx?Nav_Area=Tech&N
> av_SectionID=3
>
> "We are what we repeatedly do. Excellence then, is not an
> act, but a habit."
> Aristotle
>
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to