Re: [R] color of error bars in Dotplot (Hmisc)

2011-07-27 Thread Peter Ehlers
On 2011-07-27 05:35, Dieter Menne wrote: Irene Prix wrote: In a grouped Dotplot, is there any way to set the color of error bars to be the same as the corresponding symbols? ... require(lattice) require(Hmisc) data(barley) Dotplot(variety~Cbind(yield, yield+2, yield-2)|year, groups=site, dat

Re: [R] color of error bars in Dotplot (Hmisc)

2011-07-27 Thread Dieter Menne
Irene Prix wrote: > > > In a grouped Dotplot, is there any way to set the color of error bars to > be the same as the corresponding symbols? > ... > require(lattice) > require(Hmisc) > data(barley) > > Dotplot(variety~Cbind(yield, yield+2, yield-2)|year, groups=site, > data=barley) > > Custo

[R] color of error bars in Dotplot (Hmisc)

2011-07-26 Thread Irene Prix
Hello! In a grouped Dotplot, is there any way to set the color of error bars to be the same as the corresponding symbols? Example data: require(lattice) require(Hmisc) data(barley) Dotplot(variety~Cbind(yield, yield+2, yield-2)|year, groups=site, data=barley) I experimented with changing tre