[R] bwplot colours
Prof Brian Ripley
ripley at stats.ox.ac.uk
Tue Aug 5 13:37:44 CEST 2003
Only by having your own modified version of panel.bwplot, which contains
box.dot <- trellis.par.get("box.dot")
box.rectangle <- trellis.par.get("box.rectangle")
box.umbrella <- trellis.par.get("box.umbrella")
plot.symbol <- trellis.par.get("plot.symbol")
On Tue, 5 Aug 2003, Federico Calboli wrote:
> 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) ?
>
> Regards,
>
> Federico Calboli
>
> =========================
>
> Federico C.F. Calboli
>
> Department of Biology
> University College London
> Room 327
> Darwin Building
> Gower Street
> London
> WClE 6BT
>
> Tel: (+44) 020 7679 4395
> Fax (+44) 020 7679 7096
> f.calboli at ucl.ac.uk
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-help
mailing list