Skip to content
Prev 177385 / 398513 Next

Numeric data calculated in bwplot

library(lattice)
x <- bwplot(voice.part ~ height, data=singer, xlab="Height (inches)")
str(x)

I have not done this before, but the output of str should give you a
starting point for extracting numeric values contained in one of the
numerous lists.

hope this helps

Stephen Sefick
On Fri, Apr 17, 2009 at 8:03 AM, Yuri Volchik <yuri.volchik at gmail.com> wrote: