Skip to content
Prev 318232 / 398502 Next

locating boxplot in bwplot (lattice)

On 2013-02-24 03:50, Elaine Kuo wrote:
[...snip...]

I haven't followed this thread, but is there some reason why you can't
just use rep()?

Example (from the help page for bwplot):

  mycol <- rep( c("red", "blue"), c(2, 6) )
  bwplot(voice.part ~ height, data = singer, fill = mycol)

Peter Ehlers