Re: [R] Producing graphs and console output in postscript format

2008-02-19 Thread Greg Snow
Have you looked at Sweave? It allows you to put all your commands into a template file along with details on where you want graphs and any other markup. You can also include other text (notes, explanations, etc) that will show up in the output, but not be processed by R. The original version of

Re: [R] Producing graphs and console output in postscript format

2008-02-17 Thread John Kane
?postscript Perhaps sweave? http://www.stat.umn.edu/~charlie/Sweave/ --- John Sorkin <[EMAIL PROTECTED]> wrote: > R 2.6.1 > Windows XP > > I would like to make a postscript document that > contains my graphs and the output that I get from > the R console. So far, all I have been able to do is >