Skip to content

Wisker lty change in bwplot.

2 messages · Todd Remund, Deepayan Sarkar

#
On Fri, Mar 28, 2008 at 9:23 AM, Todd Remund <tkremund98 at hotmail.com> wrote:
These are controlled by the box.umbrella setting. For a one-off change, try

bwplot(group ~ extra, sleep, par.settings = list(box.umbrella = list(lty = 1)))

To change the default for all subsequent plots, try

trellis.par.set( box.umbrella = list(lty = 1) )

-Deepayan