Skip to content

how to directly print plots to printer?

3 messages · Michael, Uwe Ligges

#
Michael wrote:

            
Works for me:


  win.print() # you have to confirm printing in the dialog
  plot(1:10)
  plot(1:20)
  dev.off() # 2 sheets are printed.

Uwe Ligges