Re: [R] how to make a median line thicker in bwplot (lattice)

2013-02-11 Thread Duncan Mackay
Hi I had a similar problem - see http://tolstoy.newcastle.edu.au/R/e9/help/10/03/7129.html DF <- data.frame(site = factor(rep(1:5, each = 20)), height = rnorm(100)) bwplot(height~ site,DF, pch = "|", panel = function(x, y, ..., horizontal) {

Re: [R] how to make a median line thicker in bwplot (lattice)

2013-02-11 Thread David Winsemius
On Feb 11, 2013, at 1:23 AM, Elaine Kuo wrote: Hello, I am drawing a boxplot using bwplot in lattice. I would like to learn how to draw a thicker median line instead of the default setting. Thank you. Code bwplot(, pch=rep("|",2)) At the moment panel.bwplot has code at the end

[R] how to make a median line thicker in bwplot (lattice)

2013-02-11 Thread Elaine Kuo
Hello, I am drawing a boxplot using bwplot in lattice. I would like to learn how to draw a thicker median line instead of the default setting. Thank you. Code bwplot(, pch=rep("|",2)) Elaine [[alternative HTML version deleted]] _