printgraph(horizontal=<<see below>>, print=<<see below>>, dpi=<<see below>>, paper=<<see below>>, method=<<see below>>, command=<<see below>>, file=<<see below>>, tempfile=<<see below>>, maximize=T, width=<<see below>>, height=<<see below>)
getenv("S_PRINTGRAPH_METHOD") getenv("S_PRINT_ORIENTATION") etc...
Please refer to "Customizing your S-PLUS Session" in the S-PLUS User's Manual, for a full discussion of using environment variables to change printgraph defaults.
Since not all S-PLUS graphics devices have the printgraph capability, you will see a message about a "pipe error" if you run printgraph with a graphics device which does not understand it. If this occurs, the best solution is to leave S-PLUS and start it up again from scratch. See the Devices help file for a list of graphics devices that understand printgraph. An alternative is to use the dev.print function.
tek12() usa() printgraph() # ... now walk over to the printer to pick it up ... contour(interp(state.center$x, state.center$y, state.x77[,2])) printgraph() # ... now walk over to the printer to pick it up ...