Skip to content
Prev 86669 / 398513 Next

how to directly print plots to printer?

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