Re: [R] Color on trellis device

2010-11-17 Thread David Winsemius
On Nov 17, 2010, at 4:49 AM, Ronaldo Reis Junior wrote: Hi, I try to make a xyplot withou colors. I try: pdf(file="test.pdf") trellis.device(color=F) Depth <- equal.count(quakes$depth, number=8, overlap=.1) xyplot(lat ~ long | Depth, data = quakes) dev.off() the graphic is showed without col

[R] Color on trellis device

2010-11-17 Thread Ronaldo Reis Junior
Hi, I try to make a xyplot withou colors. I try: pdf(file="test.pdf") trellis.device(color=F) Depth <- equal.count(quakes$depth, number=8, overlap=.1) xyplot(lat ~ long | Depth, data = quakes) dev.off() the graphic is showed without colors in a X device but it dont work saving directly on pdf d