Skip to content
Prev 333112 / 398513 Next

(sin asunto)

Hi!

I need to print a graph that I have in a window. Previously I used:

try(win.print(), silent = TRUE)
        if (geterrmessage() != "Error in win.print() : unable to start
device devWindows\n") {
            plotFunctiond(screen = FALSE)
            dev.off()

but now it is not possible.
Can you help me?