Displaying 1 result from an estimated 1 matches for "_arguments".
Did you mean:
arguments
2010 Jun 23
1
how to print a colored plot in black/white?
Dear expeRts,
shouldn't this...
x <- 1:10
myplot <- xyplot(x~x,col="red")
trellis.device(postscript,color=FALSE,file="plot.ps")
print(myplot)
dev.off()
... give a black/white plot?
Cheers,
Marius