Hi all, Is there a way to display text on a graphics page? Basically, I want to plot a bunch of stuff on a single page using mfrow(), but also put a few lines describing the stuff you see. I *do not* want to put the text with one of the plots. I would also like display some tables, alongside the plots, if that is possible. Thanks for everyone's time and attention. W
Webb: Take a look at the textplot function that lives inside Greg Warnes "gregmisc" package. Note however, that textplot makes a call to graph.new() when called, so it will not superimpose text upon an existing graph, but will place text (and some tables) into empty graphic devices (solved by your use of mfrow). Eric Rexstad Institute of Arctic Biology University of Alaska Fairbanks