[R] How do I change plot colors in bwplot

Deepayan Sarkar deepayansarkar at yahoo.com
Wed Sep 25 05:15:25 CEST 2002


--- Ken Nussear <knussear at biodiversity.unr.edu> wrote:
> Hello,
> 
> I'm using bwplot to make a few plots. The plots are exactly what I 
> need, but are coming out with a grey background and turquoise boxes and 
> whiskers.  I cannot figure out how to just get black and white to be 
> the default. Can anyone help me with this?

Start the graphics device explicitly with 

trellis.device(color = FALSE)

Anything drawn on this device should be black and white (this is the default
for postscript, but not for others. The simplest only way you can make this
default behaviour is by redefining trellis.device).

> Thanks
> 
> 
> Kenneth E. Nussear                    Phone  775 784-1703
> Ecology, Evolution and                  FAX 775 784-1369
> Conservation Biology/314             knussear at biodiversity.unr.edu
> Reno, Nevada   89557-0013         http://www.brrc.unr.edu/~knussear/
> 


__________________________________________________

New DSL Internet Access from SBC & Yahoo!

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list