Displaying 1 result from an estimated 1 matches for "tp838015p3335922".
2007 Oct 24
4
X11 graphics windows under CMD BATCH
Hi there,
I am trying to plot some output from a FORTRAN (ifort) program using
R (2.5.1) under batch mode. In the FORTRAN code, I call R in batch
mode to execute a script called fig1.R using something like
PROGRAM test
USE IFPORT
IMPLICIT NONE
DO
!Some function which makes an output file called ~/fortran_output.txt
CALL myfunc()
!System call to R plotting routine
CALL SYSTEM