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
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?