> 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

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to