Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


How to print from S-PLUS

To print from S, use the command:

        postscript(file="/tmp/filename.ps")

substituting a name for filename.  Then use the commands you would
normally use to generate the plot.  To save the plot into the file,
type:

        graphics.off()

This will generate the file "/tmp/filename.ps", which you can print with
the lpr command from the athena% prompt:

	lpr -Pprinter /tmp/filename.ps

where "printer" is the name of the printer where you want to print it.

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.