[R] bwplot colours

jasont@indigoindustrial.co.nz jasont at indigoindustrial.co.nz
Tue Aug 5 13:42:21 CEST 2003


> Dear All,
>
> is any way I can change the colours of the box and
> umbrella of a bwplot without having to go to the length
> of:
>
> box.rectangle<-trellis.par.get("box.rectangle")
> box.rectangle$col<-"black"
> trellis.par.set("box.rectangle", box.rectangle)
>
> etc...
>
> but straight from the call:
>
> bwplot(y ~ x | z, mydata) ?

Not directly in the bwplot call, but an easier one
before after you call trellis.device() and before
you call bwplot()

help(lset)

Cheers

Jason




More information about the R-help mailing list