Splus BATCH in out [-j [options]]
source
and
sink
commands, etc.
Interactive graphics devices (
tek4014
,
hpgl
, etc.)
should specify a file name for their output in non-interactive mode.
options(echo=F)
as the first command in
in.
The file out will contain
any printed output produced by the expression.
If you want the input commands to be printed in out
along with the output of the commands,
put
options(echo=T)
as the first command
in in.
java.graph
or
.JavaMethod
to
be called from a BATCH script.
After specifying the -j option, other options which are appropriate to
use with Java-enabled S-PLUS can be specified.
Execution begins immediately after BATCH is invoked. If you are on a UNIX system, you may want to put the BATCH job in the background or use the UNIX at (or chron) command to delay execution.
Splus BATCH batch1.in batch1.out