Skip to content
Prev 31681 / 398506 Next

graphics with rterm

On Wed, 7 May 2003 Robin.Thomson at csiro.au wrote:

            
Then put something in your script to say so when you want it to end.  The
user cannot interact via the keyboard (you have redirected stdin), but you
can put up a dialog box. (See ?winDialog.)

[This has come up several times, so you might want to consult the 
archives.]
Probably not, but then Fortran is not conducive to writing interfaces.
Why not call your Fortran from R rather than v.v.?  A more sophisticated 
approach would be to call R via a DCOM server directly from your code, but 
I think that is going to be hard/impossible from a 1950s language.