Message-ID: <eb555e660508180942568bcf99@mail.gmail.com>
Date: 2005-08-18T16:42:50Z
From: Deepayan Sarkar
Subject: line/bar through median in lattice's "bwplot"?
In-Reply-To: <loom.20050818T093542-426@post.gmane.org>
On 8/18/05, Dieter Menne <dieter.menne at menne-biomed.de> wrote:
> M. K. <mk_lists <at> yahoo.ca> writes:
>
> >
> > Is there a way to render a line through the median point in the boxplot
> > generated by the Lattice command "bwplot"? The line basically bisects
> > the bar at the median point...
>
>
> bwplot(height~voice.part , pch='|', data=singer, xlab="Height (inches)")
>
> How to find this (haven't checked, maybe it's documented)
> library(lattice)
> panel.bwplot # no ()!
It's not documented (and only available in the very recent versions of
lattice, BTW), as I realized last night. It will be documented in a
soon-to-come version (and maybe even honour attempts to change its
color, line type, etc).
Deepayan