Thanks to all who replied - for future reference these are all the suggestions
I got - I can now get my graphs all on one page!
Natalie
From Ray Haraf:
You may consult S-Plus 2000, Programmer's Guide p. 308 or simply try
?par(mfrow)
Hope this helps,
From John Fennick
After all your graphs are overlaid select from the menu:
Format/Arrange Graphs
and choose your option
should work
(for this i converted them to objects first)
From Richard Pugh
If you're using the S-PLUS GUI, just hold the shift key down when
creating a new graph - this will add the graphic to the current graph
window instead of creating a new graphic device. It should also lay the
graphs out neatly (although I think you can change this in the graph
sheet options).
|