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) {
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
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]]
_
3 matches
Mail list logo