How can I get lattice plots (with xyplot, etc.) to be produced in black and white, rather than in color? I?m using R 2.0.1 under windows XP. (I'm not subscribed to the list, so would appreciate direct replies.) Thanks for any help. David Parkhurst
On Wednesday 09 February 2005 09:50, David Parkhurst wrote:> How can I get lattice plots (with xyplot, etc.) to be produced in > black and white, rather than in color? I?m using R 2.0.1 under > windows XP.This happens automatically for postscript output. Otherwise, start your device with trellis.device(color = FALSE) See ?trellis.device for details. Deepayan