Skip to content
Prev 83232 / 398506 Next

Create pdf and postscript files

You need to open the pdf/poscript first and then plot...see ?postscript

      # open the file "foo.ps" for graphics output
      postscript("foo.ps")
      # produce the desired graph(s)
      dev.off()              # turn off the postscript device
David Hajage wrote: