Re: [Rd] dev.copy()

2006-08-06 Thread Uwe Ligges
Víctor Llorens Vilella wrote: > Hello, > > anybody knows dev.copy() usage? > > I'm developing a GUI for R, and at some time when I have a plot, I want to > save it as a pdf. dev.copy() is , I think, what I need as well as open a > pdf() device. Well, dev.copy(pdf, .) should do it itself. Th

[Rd] dev.copy()

2006-08-05 Thread Víctor Llorens Vilella
Hello, anybody knows dev.copy() usage? I'm developing a GUI for R, and at some time when I have a plot, I want to save it as a pdf. dev.copy() is , I think, what I need as well as open a pdf() device. I have read lot of times help(dev.dopy) but It's a little difficult to understand :S Any idea?