s-news
[Top] [All Lists]

Re: produce more than one graphs at the

To: Chen Sichong <sichong.chen@postgrad.manchester.ac.uk>, s-news@lists.biostat.wustl.edu
Subject: Re: produce more than one graphs at the
From: "Richard M. Heiberger" <rmh@temple.edu>
Date: Fri, 11 Nov 2005 13:46:08 -0500
There are several solutions.

1.  S-Plus for Windows graphsheet
Click Options/Graph Options.../Options/Traditional Graphics/Auto Pages:/Every 
Graph
Now your GraphSheet will have tabs and you can view any of the graphs.  You can 
save
the entire GraphSheet as a single object in the file system.

2. Use the PostScript driver.
       trellis.device(postscript, file="myfile.ps")
       ## put your graphics loop here.
       dev.off()
You now have a single postscript file with the 80 pages.

Rich

<Prev in Thread] Current Thread [Next in Thread>