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?
--
Elisa.
On 13.11.2013 22:45, Elisa Frutos Bernal wrote:> 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?No, since I do not know what plotFunctiond() does. Please use a sensible subject line. Best, Uwe Ligges